Skip to content

Commit c796b83

Browse files
committed
make consistant naming
1 parent 23e9091 commit c796b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Factory_Tests/QTPy_ESP32C3_FactoryTest/QTPy_ESP32C3_FactoryTest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void setup() {
1616

1717
Serial.println("QT Py ESP32 C3!");
1818

19-
TB.neopixelPin = NEOPIXEL_PIN;
19+
TB.neopixelPin = PIN_NEOPIXEL;
2020
TB.neopixelNum = 1;
2121
TB.begin();
2222
TB.setColor(0xFF0000);

0 commit comments

Comments
 (0)