mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 23:13:07 +01:00
Sample page apparent wind
This commit is contained in:
@@ -101,14 +101,8 @@ int readKeypad() {
|
||||
buzzer(TONE4, 1000);
|
||||
keylock = false;
|
||||
delay(keydelay);
|
||||
|
||||
keyoff = !keyoff;
|
||||
if(keyoff == true){
|
||||
keystatus = 11;
|
||||
}
|
||||
else{
|
||||
keystatus = 0;
|
||||
}
|
||||
keystatus = 11;
|
||||
}
|
||||
|
||||
// Detect swipe right
|
||||
|
||||
Reference in New Issue
Block a user