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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user