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

@@ -451,7 +451,7 @@ void register_server_main_uri(httpd_handle_t server, const char *base_path)
httpd_handle_t start_webserver(void)
{
httpd_handle_t server = NULL;
httpd_config_t config = { };
httpd_config_t config = HTTPD_DEFAULT_CONFIG();
config.task_priority = tskIDLE_PRIORITY+3; // previously -> 2022-12-11: tskIDLE_PRIORITY+1; 2021-09-24: tskIDLE_PRIORITY+5
config.stack_size = 12288; // previously -> 2023-01-02: 32768