mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
validation
This commit is contained in:
parent
e7a02d0e21
commit
fd62b8568c
8 changed files with 38 additions and 28 deletions
|
@ -16,7 +16,7 @@ CliHistory.prototype = {
|
|||
if (this.index < this.history.length) this.index += 1;
|
||||
return this.history[this.index - 1];
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
cli_history = new CliHistory();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue