1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-19 02:32:31 +02:00

add reset button, led to node mcu

This commit is contained in:
andreas
2023-10-11 17:51:05 +02:00
parent 70345f0b79
commit ce9dceb589
6 changed files with 166 additions and 10 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ void handleLeds(void *param){
#else
CRGB leds[1];
#ifdef GWLED_SCHEMA
FastLED.addLeds<GWLED_TYPE,GWLED_PIN,GWLED_SCHEMA>(leds,1);
FastLED.addLeds<GWLED_TYPE,GWLED_PIN,(EOrder)GWLED_SCHEMA>(leds,1);
#else
FastLED.addLeds<GWLED_TYPE,GWLED_PIN>(leds,1);
#endif