1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-16 07:23:07 +01:00

Stop code for obp60task

This commit is contained in:
norbert-walter
2024-10-31 09:43:57 +01:00
parent d025b0be27
commit 8a52be7288
2 changed files with 6 additions and 4 deletions

View File

@@ -287,6 +287,8 @@ void underVoltageDetection(GwApi *api){
// OBP60 Task
//####################################################################################
void OBP60Task(GwApi *api){
// vTaskDelete(NULL);
// return;
GwLog *logger=api->getLogger();
GwConfigHandler *config=api->getConfig();
startLedTask(api);