Skip to content

Commit

Permalink
Fixes for super mini target
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-se committed Jan 20, 2025
1 parent 94f060a commit cd70d9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -282,16 +282,15 @@ build_flags =
${common_env_data.build_flags}
-D LOG_LEVEL=5
-D ESP32C3
-D ARDUINO_ESP32C3_DEV
; -D ESPFWK_DISABLE_LED
; -D ARDUINO_USB_CDC_ON_BOOT=1
; -DUSE_SERIAL_PINS # Use the TX/RX pins for the serial port
lib_deps =
${common_env_data.lib_deps}
${common_env_data.lib_deps32}
${common_env_data.lib_ble32}
; ${common_env_data.lib_ble32}
lib_ignore =
board = super_mini_esp32c3
board_build.variants_dir = boards
build_type = release
board_build.partitions = part32.csv
board_build.filesystem = littlefs
Expand Down

0 comments on commit cd70d9d

Please sign in to comment.