Reset on reboot

This commit is contained in:
Jake Hillion 2020-04-28 15:08:35 +01:00
parent 155c1513a1
commit a1e7a6ca12

View File

@ -16,6 +16,7 @@ void setup() {
FastLED.addLeds<NEOPIXEL, PIN_1>(leds[1], NUM_LEDS_PER_STRIP);
Serial.begin(9600);
FastLED.show();
}
uint8_t hex;