File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -536,7 +536,10 @@ upload_port = /dev/cu.usbmodem1201
536536[env:dfrobot_beetle_esp32c3]
537537extends = common:esp32
538538board = dfrobot_beetle_esp32c3
539- build_flags = -DARDUINO_DFROBOT_BEETLE_ESP32C3
539+ ; Note: this board reuses a generic preprocessor define
540+ ; espressif/arduino-esp32@fcd4799c6de6eb5a5a8eba94818adf770238ecc0
541+ ; rather than creating one unique to the device.
542+ build_flags = -DARDUINO_ESP32C3_DEV
540543board_build.filesystem = littlefs
541544board_build.partitions = min_spiffs.csv
542545
Original file line number Diff line number Diff line change 186186#define STATUS_NEOPIXEL_PIN PIN_NEOPIXEL
187187#define STATUS_NEOPIXEL_NUM 1
188188#define USE_PSRAM ///< Board has PSRAM, use it for dynamic memory allocation
189- #elif defined(ARDUINO_DFROBOT_BEETLE_ESP32C3 )
189+ #elif defined(ARDUINO_ESP32C3_DEV )
190+ // Note: this board reuses a generic preprocessor define
191+ // espressif/arduino-esp32@fcd4799c6de6eb5a5a8eba94818adf770238ecc0
192+ // rather than creating one unique to the device.
190193#define BOARD_ID "dfrobot-beetle-esp32c3"
191194#define USE_LITTLEFS
192195#define USE_STATUS_LED
Original file line number Diff line number Diff line change 1717 defined(ARDUINO_ADAFRUIT_ITSYBITSY_ESP32) || \
1818 defined(ARDUINO_ADAFRUIT_FEATHER_ESP32_V2) || \
1919 defined(ARDUINO_ADAFRUIT_QTPY_ESP32_PICO) || \
20- defined(ARDUINO_DFROBOT_BEETLE_ESP32C3 ) || \
20+ defined(ARDUINO_ESP32C3_DEV ) || \
2121 defined(ARDUINO_SPARKLEMOTIONMINI_ESP32) || \
2222 defined(ARDUINO_SPARKLEMOTIONSTICK_ESP32) || \
2323 defined(ARDUINO_ADAFRUIT_QTPY_ESP32C3) || \
You can’t perform that action at this time.
0 commit comments