1
0
Fork 0
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:
cTn 2014-01-22 20:51:12 +01:00
parent c0937ddbd4
commit 39075c06ab
3 changed files with 42 additions and 32 deletions

View file

@ -1,5 +1,6 @@
var configuration_received = false;
var CLI_active = false;
var CLI_valid = false;
var CONFIG = {
version: 0,