Added missing +10 Code.

This commit is contained in:
AK-Homberger
2019-09-20 09:54:15 +02:00
committed by GitHub
parent ed02e205d0
commit 0b4add05f6

View File

@@ -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);