1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-14 06:23:07 +01:00
This commit is contained in:
norbert-walter
2024-01-28 16:54:53 +01:00
parent 74d13df414
commit 65f25f5213

View File

@@ -101,8 +101,7 @@ void keyboardTask(void *param){
xQueueSend(data->queue, &keycode, 0);
data->logger->logDebug(GwLog::LOG,"Send keycode: %d", keycode);
}
delay(20); // TP229-BSF working in 8 key mode with 64Hz update rate (15.6ms)
delay(20); // 50Hz update rate (20ms)
}
vTaskDelete(NULL);
}