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 Jan 3, 2024
2 parents 06911e7 + 90d696d commit 3baff4e
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 @@ -642,6 +642,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

[env:wemos_shield_esp32]
board = esp32dev
Expand Down

0 comments on commit 3baff4e

Please sign in to comment.