Skip to content

Commit 23e9091

Browse files
committed
fix pin name to standard
1 parent 0bc0da9 commit 23e9091

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
@@ -8,7 +8,7 @@
88
#include <WiFi.h>
99
extern Adafruit_TestBed TB;
1010

11-
#define NEOPIXEL_PIN 2
11+
#define PIN_NEOPIXEL 2
1212

1313
void setup() {
1414
Serial.begin(115200);

0 commit comments

Comments
 (0)