mirror of
https://github.com/AlexGyver/GyverLamp.git
synced 2025-08-09 17:29:12 +03:00
upd
This commit is contained in:
@@ -118,7 +118,7 @@ boolean settChanged = false;
|
||||
|
||||
void setup() {
|
||||
ESP.wdtDisable();
|
||||
ESP.wdtEnable(WDTO_8S);
|
||||
//ESP.wdtEnable(WDTO_8S);
|
||||
delay(1000);
|
||||
// ЛЕНТА
|
||||
FastLED.addLeds<WS2812B, LED_PIN, COLOR_ORDER>(leds, NUM_LEDS)/*.setCorrection( TypicalLEDStrip )*/;
|
||||
|
Reference in New Issue
Block a user