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 08990f6 commit 70b0023Copy full SHA for 70b0023
src/Wippersnapper_Boards.h
@@ -175,7 +175,8 @@
175
#define BOARD_ID "esp32c5-devkitc-1-n8r4"
176
#define USE_LITTLEFS
177
#define USE_STATUS_NEOPIXEL
178
-#define STATUS_NEOPIXEL_PIN PIN_RGB_LED // 27, or GPIO_NUM+27 if using RGBwrite()
+#define STATUS_NEOPIXEL_PIN PIN_RGB_LED
179
+// PIN_RGB_LED = 27, or GPIO_NUM+27 if using RGBwrite()
180
#define STATUS_NEOPIXEL_NUM 1
181
#ifdef BOARD_HAS_PSRAM
182
#define USE_PSRAM ///< Board has PSRAM, use it for dynamic memory allocation
0 commit comments