mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
drop junk in input buffer before entering CLI
this could use some polishing but i think it will do for now close #21
This commit is contained in:
parent
c0937ddbd4
commit
39075c06ab
3 changed files with 42 additions and 32 deletions
|
@ -1,5 +1,6 @@
|
|||
var configuration_received = false;
|
||||
var CLI_active = false;
|
||||
var CLI_valid = false;
|
||||
|
||||
var CONFIG = {
|
||||
version: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue