remove serial

need to test out adalogger
This commit is contained in:
BlitzCityDIY 2025-01-22 12:11:35 -05:00
parent 94ce890eb2
commit ff5fff5e38

View file

@ -12,8 +12,6 @@ Adafruit_NeoPixel STRIP_1(NUM_PIXELS, BLOCK_1, NEO_GRB + NEO_KHZ800);
Adafruit_NeoPixel STRIP_2(NUM_PIXELS, BLOCK_2, NEO_GRB + NEO_KHZ800);
void setup() {
Serial.begin(115200);
STRIP_1.begin();
STRIP_2.begin();
}