We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c796b83 commit 2934a4eCopy full SHA for 2934a4e
Factory_Tests/Feather_ESP32_V2_FactoryTest/Feather_ESP32_V2_FactoryTest.ino
@@ -21,6 +21,11 @@ void setup() {
21
TB.neopixelPin = NEOPIXEL_PIN;
22
TB.neopixelNum = 1;
23
TB.begin();
24
+ TB.setColor(0xFF0000);
25
+ delay(50);
26
+ TB.setColor(0x00FF00);
27
28
+ TB.setColor(0x0000FF);
29
30
// Set WiFi to station mode and disconnect from an AP if it was previously connected
31
WiFi.mode(WIFI_STA);
0 commit comments