1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-02-11 07:03:07 +01:00

Small fix to get keypad running

This commit is contained in:
2026-02-04 07:45:51 +01:00
parent 898922769a
commit 823363aa5b
3 changed files with 6 additions and 4 deletions

View File

@@ -1587,9 +1587,7 @@ private:
return;
}
// TODO (?) multiple keys together
// only process configured key count (default 6)
for (uint8_t i=1; i<=6; i++) {
for (uint8_t i=1; i<=28; i++) {
tN2kOnOff keystatus = N2kGetStatusOnBinaryStatus(bankstatus, i);
if (keystatus == 1) {
// key pressed: send key to queue