Skip to content

Commit 2934a4e

Browse files
committed
add a little flashy flashy
1 parent c796b83 commit 2934a4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Factory_Tests/Feather_ESP32_V2_FactoryTest/Feather_ESP32_V2_FactoryTest.ino

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ void setup() {
2121
TB.neopixelPin = NEOPIXEL_PIN;
2222
TB.neopixelNum = 1;
2323
TB.begin();
24+
TB.setColor(0xFF0000);
25+
delay(50);
26+
TB.setColor(0x00FF00);
27+
delay(50);
28+
TB.setColor(0x0000FF);
2429

2530
// Set WiFi to station mode and disconnect from an AP if it was previously connected
2631
WiFi.mode(WIFI_STA);

0 commit comments

Comments
 (0)