Update platformIO to 6.8.1 (Contains ESP IDF 5.3) (#3196)

* Update platformIO to 6.8.1 (ESP IDF 5.3)

* removed now redundant typedef

* updated IDF manifest hash

* Add files via upload

so it should work now

* Update server_main.cpp

---------

Co-authored-by: CaCO3 <caco@ruinelli.ch>
Co-authored-by: michael <Heinrich-Tuning@web.de>
This commit is contained in:
CaCO3
2024-08-28 22:26:44 +02:00
committed by GitHub
parent 2c69e90fac
commit 21ec58daa0
4 changed files with 25 additions and 17 deletions

View File

@@ -20,7 +20,7 @@
[common:esp32-idf]
extends = common:idf
; PlatformIO releases, see https://github.com/platformio/platform-espressif32/releases
platform = platformio/espressif32 @ 6.7.0
platform = platformio/espressif32 @ 6.8.1
framework = espidf
lib_deps =
${common:idf.lib_deps}