Skip to content

Commit 3cba79f

Browse files
committed
WIP: Break board ID for df robot c3, fix esp32c3_dev
1 parent 5e94bfd commit 3cba79f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Wippersnapper_Boards.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,12 @@
190190
// Note: this board reuses a generic preprocessor define
191191
// espressif/arduino-esp32@fcd4799c6de6eb5a5a8eba94818adf770238ecc0
192192
// rather than creating one unique to the device.
193-
#define BOARD_ID "dfrobot-beetle-esp32c3"
193+
#define BOARD_ID "dfrobotbeetle-esp32c3"
194194
#define USE_LITTLEFS
195195
#define USE_STATUS_LED
196196
#define STATUS_LED_PIN LED_BUILTIN
197197
#elif defined(ARDUINO_ESP32C3_DEV)
198-
#define BOARD_ID "dfrobotbeetle-esp32c3"
198+
#define BOARD_ID "dfrobot-beetle-esp32c3"
199199
#define USE_LITTLEFS
200200
#define USE_STATUS_LED
201201
#define STATUS_LED_PIN LED_BUILTIN

0 commit comments

Comments
 (0)