Added missing +10 Code.
This commit is contained in:
@@ -211,6 +211,14 @@ void loop()
|
|||||||
sendDatagram(ST_BeepOff);
|
sendDatagram(ST_BeepOff);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (value == Key_Plus_10) {
|
||||||
|
Display("+10", 7);
|
||||||
|
sendDatagram(ST_Plus_10);
|
||||||
|
sendDatagram(ST_BeepOn);
|
||||||
|
delay(150);
|
||||||
|
sendDatagram(ST_BeepOff);
|
||||||
|
}
|
||||||
|
|
||||||
if ((value == Key_Auto) && (Auto_Standby_Support==1)) {
|
if ((value == Key_Auto) && (Auto_Standby_Support==1)) {
|
||||||
Display("Auto", 7);
|
Display("Auto", 7);
|
||||||
sendDatagram(ST_Auto);
|
sendDatagram(ST_Auto);
|
||||||
|
|||||||
Reference in New Issue
Block a user