1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

moving CLI vars around

This commit is contained in:
cTn 2014-06-20 10:29:01 +02:00
parent 5618d46063
commit f649418fdf
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,6 @@
var CLI_active = false;
var CLI_valid = false;
var CliHistory = function () {
this.history = [];
this.index = 0;