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 5e94bfd commit 3cba79fCopy full SHA for 3cba79f
src/Wippersnapper_Boards.h
@@ -190,12 +190,12 @@
190
// Note: this board reuses a generic preprocessor define
191
// espressif/arduino-esp32@fcd4799c6de6eb5a5a8eba94818adf770238ecc0
192
// rather than creating one unique to the device.
193
-#define BOARD_ID "dfrobot-beetle-esp32c3"
+#define BOARD_ID "dfrobotbeetle-esp32c3"
194
#define USE_LITTLEFS
195
#define USE_STATUS_LED
196
#define STATUS_LED_PIN LED_BUILTIN
197
#elif defined(ARDUINO_ESP32C3_DEV)
198
-#define BOARD_ID "dfrobotbeetle-esp32c3"
+#define BOARD_ID "dfrobot-beetle-esp32c3"
199
200
201
0 commit comments