mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-18 16:23:07 +01:00
changes
This commit is contained in:
@@ -101,8 +101,7 @@ void keyboardTask(void *param){
|
|||||||
xQueueSend(data->queue, &keycode, 0);
|
xQueueSend(data->queue, &keycode, 0);
|
||||||
data->logger->logDebug(GwLog::LOG,"Send keycode: %d", keycode);
|
data->logger->logDebug(GwLog::LOG,"Send keycode: %d", keycode);
|
||||||
}
|
}
|
||||||
|
delay(20); // 50Hz update rate (20ms)
|
||||||
delay(20); // TP229-BSF working in 8 key mode with 64Hz update rate (15.6ms)
|
|
||||||
}
|
}
|
||||||
vTaskDelete(NULL);
|
vTaskDelete(NULL);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user