mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Switch PageUp/Down keys in serial console
This commit is contained in:
parent
94cf2c18aa
commit
04e8c81340
@ -602,14 +602,14 @@ void debugLoop()
|
||||
nextchar = Serial.read();
|
||||
}
|
||||
if(nextchar == 126) {
|
||||
dispatchPagePrev();
|
||||
dispatchPageNext();
|
||||
}
|
||||
break;
|
||||
case 54: // Page Down
|
||||
/*if(Serial.peek() >= 0)*/ {
|
||||
nextchar = Serial.read();
|
||||
if(nextchar == 126) {
|
||||
dispatchPageNext();
|
||||
dispatchPagePrev();
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user