Skip to content

Commit

Permalink
Merge pull request Aircoookie#3572 from drasch/fix/esp32c3-2mb-flash-…
Browse files Browse the repository at this point in the history
…size

fix(esp32c3-2mb): correct flash size for c3 board with only 2MB
  • Loading branch information
softhack007 authored and Djelibeybi committed Jan 15, 2024
1 parent de2edd5 commit bf5a3ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,8 @@ upload_speed = 115200
lib_deps = ${esp32c3.lib_deps}
board_build.partitions = tools/WLED_ESP32_2MB_noOTA.csv
board_build.flash_mode = dio
board_upload.flash_size = 2MB
board_upload.maximum_size = 2097152

;WLEDMM: see below
; [env:wemos_shield_esp32]
Expand Down

0 comments on commit bf5a3ee

Please sign in to comment.