Adding variable declarations and syntax error

pull/472/head
hopkira 2020-06-01 11:40:59 +01:00
parent 6aad4d8f93
commit 26d0fd3279
1 changed files with 16 additions and 10 deletions

View File

@ -28,6 +28,12 @@ you should declare it and initiase it here */
var status_auto = {value: false};
var status_mic = {value: true};
var status_spk = {value: true};
var status_face = {value: true};
var status_chess = {value: false};
var status_iris_light = {value: false};
var status_iris = {value: false};
var status_wake = {value: false};
var status_hover = {value: false};
/* trsnsmit message
where
@ -415,7 +421,7 @@ const speakScreen = {
const irisScreen = {
left: irisBtn,
right: irisBirisLightBtn,
right: irisLightBtn,
btn3: "back"
};