Skip to content

Commit

Permalink
Revert espressif32 from 6.4.0 back to 6.3.2
Browse files Browse the repository at this point in the history
Total available heap size was reduced from 281kb to 247kb which causes TLS issues (among others)
  • Loading branch information
tbnobody committed Sep 18, 2023
1 parent 59ceac6 commit 64bfb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extra_configs =
custom_ci_action = generic,generic_esp32,generic_esp32s3,generic_esp32s3_usb

framework = arduino
platform = espressif32@6.4.0
platform = espressif32@6.3.2

build_flags =
-DCOMPONENT_EMBED_FILES=webapp_dist/index.html.gz:webapp_dist/zones.json.gz:webapp_dist/favicon.ico:webapp_dist/favicon.png:webapp_dist/js/app.js.gz
Expand Down

0 comments on commit 64bfb63

Please sign in to comment.