This is an example of how to use cwhttpd with the Espressif FreeRTOS SDK ESP-IDF.
Supported Targets | ESP32 | ESP32-C2 | ESP32-S2 | ESP32-S3 |
---|---|---|---|---|
ESP-IDF 4.x | ? | ? | ? | ? |
ESP-IDF 5.0.x | WIP | ? | ? | ? |
ESP-IDF 5.1.x | WIP | ? | ? | ? |
Start up your ESP-IDF environment, i.e. in Linux:
IDF_PATH=~/esp/esp-idf-v5.1.1
source ${IDF_PATH}/export.sh
Configure the example and components. See sections
Component config -> Clockwise HTTPd
andComponent config -> FrogFS
idf.py menuconfig