Browse Source

example code

esp8266
Hendrik Langer 7 years ago
parent
commit
be2c11051a
  1. 4
      src/main.ino

4
src/main.ino

@ -19,6 +19,10 @@ uint8_t noise[NUM_LEDS];
CRGBPalette16 currentPalette( PartyColors_p );
void setup() {
Serial.begin(115200);
WiFi.mode(WIFI_STA);
delay(100);
}
void loop() {

Loading…
Cancel
Save