Skip to content

Commit

Permalink
Fix: Source does not build with platform >= 6.2.0
Browse files Browse the repository at this point in the history
Stick at 6.1.0 at the moment... There is already a issue opened on arduino-esp32 (espressif/arduino-esp32#8108)
  • Loading branch information
tbnobody committed May 2, 2023
1 parent 90a0cb6 commit 09f8a63
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 @@ -15,7 +15,7 @@ extra_configs =

[env]
framework = arduino
platform = espressif32@>=6.1.0
platform = espressif32@6.1.0

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

0 comments on commit 09f8a63

Please sign in to comment.