Adding variable declarations and syntax error
parent
6aad4d8f93
commit
26d0fd3279
|
|
@ -28,6 +28,12 @@ you should declare it and initiase it here */
|
||||||
var status_auto = {value: false};
|
var status_auto = {value: false};
|
||||||
var status_mic = {value: true};
|
var status_mic = {value: true};
|
||||||
var status_spk = {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
|
/* trsnsmit message
|
||||||
where
|
where
|
||||||
|
|
@ -415,7 +421,7 @@ const speakScreen = {
|
||||||
|
|
||||||
const irisScreen = {
|
const irisScreen = {
|
||||||
left: irisBtn,
|
left: irisBtn,
|
||||||
right: irisBirisLightBtn,
|
right: irisLightBtn,
|
||||||
btn3: "back"
|
btn3: "back"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue