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

make configs without sensors working again

This commit is contained in:
andreas
2023-11-05 16:26:19 +01:00
parent a9fc00cae4
commit d0018c6726
2 changed files with 134 additions and 107 deletions

View File

@@ -31,7 +31,6 @@ static SensorList sensors;
void initIicTask(GwApi *api){
GwLog *logger=api->getLogger();
#ifndef _GWIIC
vTaskDelete(NULL);
return;
#else
bool addTask=false;