Skip to content

Commit defabdc

Browse files
committed
Fix robot assuming boards.local.txt works
1 parent 3cba79f commit defabdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Wippersnapper_Boards.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
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 "dfrobotbeetle-esp32c3"
193+
#define BOARD_ID "dfrobot-beetle-esp32c3"
194194
#define USE_LITTLEFS
195195
#define USE_STATUS_LED
196196
#define STATUS_LED_PIN LED_BUILTIN

0 commit comments

Comments
 (0)