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

add example config for led

This commit is contained in:
andreas
2024-09-07 11:35:50 +02:00
parent bd793b8306
commit e29e8eb591
2 changed files with 16 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ void handleLeds(GwApi *api){
leds[0]=colorFromMode(currentMode);
FastLED.setBrightness(brightness);
FastLED.show();
LOG_DEBUG(GwLog::LOG,"led task started with mode %d",(int)currentMode);
LOG_DEBUG(GwLog::LOG,"led task started with mode %d, brightness=%d",(int)currentMode,(int)brightness);
int apiResult=0;
while (true)
{