Skip to content

Commit

Permalink
stay on platform 6.3.2 for esp32 until heap issue is solved
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Sep 6, 2023
1 parent fcc2a48 commit aa5730c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ check_flags =
; the Web interface is built seperately
[env:ci]
extends = espressi32_base
; stay on platform 6.3.2 until heap issue is solved
platform = espressif32@6.3.2
extra_scripts = scripts/rename_fw.py
board = esp32dev
board_build.partitions = esp32_partition_4M.csv
Expand All @@ -85,20 +87,26 @@ build_unflags = ${common.unbuild_flags}

[env:esp32_4M]
extends = espressi32_base
; stay on platform 6.3.2 until heap issue is solved
platform = espressif32@6.3.2
board = esp32dev
board_upload.flash_size = 4MB
board_build.partitions = esp32_partition_4M.csv
build_flags = ${common.build_flags} -Os

[env:esp32_4Mplus]
extends = espressi32_base
; stay on platform 6.3.2 until heap issue is solved
platform = espressif32@6.3.2
board = esp32dev
board_upload.flash_size = 4MB
board_build.partitions = esp32_asym_partition_4M.csv
build_flags = ${common.build_flags}

[env:esp32_16M]
extends = espressi32_base
; stay on platform 6.3.2 until heap issue is solved
platform = espressif32@6.3.2
board = esp32dev
board_upload.flash_size = 16MB
board_build.partitions = esp32_partition_16M.csv
Expand Down

0 comments on commit aa5730c

Please sign in to comment.