Skip to content

Commit

Permalink
Permanently change to alternate partition table
Browse files Browse the repository at this point in the history
  • Loading branch information
THATDONFC committed Sep 28, 2021
1 parent c40ed02 commit d0224f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ upload_speed = 921600
build_unflags = ${common.build_unflags}
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32 -D WLED_DISABLE_MQTT
lib_deps = ${esp32.lib_deps}
;board_build.partitions = tools/WLED_ESP32_4MB_1MB_FS.csv
board_build.partitions = tools/WLED_ESP32_4MB_1MB_FS.csv

[env:soundReactive_esp32_eth]
board = esp32-poe
Expand All @@ -420,7 +420,7 @@ upload_speed = 921600
build_unflags = ${common.build_unflags}
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32_Ethernet -D RLYPIN=-1 -D WLED_USE_ETHERNET -D BTNPIN=-1 -D WLED_DISABLE_MQTT
lib_deps = ${esp32.lib_deps}
;board_build.partitions = tools/WLED_ESP32_4MB_1MB_FS.csv
board_build.partitions = tools/WLED_ESP32_4MB_1MB_FS.csv

[env:soundReactive_lolin_d32]
board = lolin_d32
Expand All @@ -429,6 +429,7 @@ upload_speed = 921600
build_unflags = ${common.build_unflags}
build_flags = ${common.build_flags_esp32} -D WLED_DISABLE_MQTT
lib_deps = ${esp32.lib_deps}
board_build.partitions = tools/WLED_ESP32_4MB_1MB_FS.csv

[env:lolin_d32_pro]
board = lolin_d32_pro
Expand Down

0 comments on commit d0224f2

Please sign in to comment.