From 85ea4e995a75abe061f6fc375ea0481084dddd43 Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 20 Jan 2026 08:34:54 +0100 Subject: initial commit --- .../idf_component_examples/catchall/sdkconfig.defaults | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libraries/ESP_Async_WebServer/idf_component_examples/catchall/sdkconfig.defaults (limited to 'libraries/ESP_Async_WebServer/idf_component_examples/catchall/sdkconfig.defaults') diff --git a/libraries/ESP_Async_WebServer/idf_component_examples/catchall/sdkconfig.defaults b/libraries/ESP_Async_WebServer/idf_component_examples/catchall/sdkconfig.defaults new file mode 100644 index 0000000..bb72365 --- /dev/null +++ b/libraries/ESP_Async_WebServer/idf_component_examples/catchall/sdkconfig.defaults @@ -0,0 +1,12 @@ +# +# Arduino ESP32 +# +CONFIG_AUTOSTART_ARDUINO=y +# end of Arduino ESP32 + +# +# FREERTOS +# +CONFIG_FREERTOS_HZ=1000 +# end of FREERTOS +# end of Component config -- cgit v1.3.1