update confg + ota
This commit is contained in:
@@ -28,7 +28,7 @@ void SetLedColor(CRGB color, bool blink)
|
||||
void initLed(void)
|
||||
{
|
||||
FastLED.addLeds<SK6812, LED_PIN, GRB>(leds, NUM_LEDS); // GRB ordering is typical
|
||||
FastLED.setBrightness(80);
|
||||
FastLED.setBrightness(40);
|
||||
}
|
||||
|
||||
void handleLed(void)
|
||||
|
||||
Reference in New Issue
Block a user