Merge pull request #3572 from drasch/fix/esp32c3-2mb-flash-size

fix(esp32c3-2mb): correct flash size for c3 board with only 2MB
This commit is contained in:
Frank 2024-01-03 22:18:24 +01:00 committed by GitHub
commit 3baff4e675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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