make consistant naming
This commit is contained in:
parent
23e9091bdd
commit
c796b83460
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ void setup() {
|
|||
|
||||
Serial.println("QT Py ESP32 C3!");
|
||||
|
||||
TB.neopixelPin = NEOPIXEL_PIN;
|
||||
TB.neopixelPin = PIN_NEOPIXEL;
|
||||
TB.neopixelNum = 1;
|
||||
TB.begin();
|
||||
TB.setColor(0xFF0000);
|
||||
|
|
|
|||
Loading…
Reference in a new issue