Skip to content

Commit 3887691

Browse files
committed
Update TRRS_Trinkey_FactoryTest.ino
1 parent d3fb47f commit 3887691

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Factory_Tests/TRRS_Trinkey_FactoryTest/TRRS_Trinkey_FactoryTest.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ void setup() {
3939
TB.neopixelPin = PIN_NEOPIXEL;
4040
TB.neopixelNum = NUM_NEOPIXEL;
4141
TB.begin();
42-
43-
for (int d=0; d < 100; d++) {
44-
if (Serial.available() && (Serial.read() == 0xAF)) {
45-
selftest = true;
46-
}
47-
delay(1);
48-
}
4942
}
5043

5144
void loop() {

0 commit comments

Comments
 (0)