chmorgan / esphttpd-freertos

freertos example of libesphttpd for esp32 and esp8266
53 stars 14 forks source link
esp-idf esp32 esp8266 esp8266-webserver webserver websocket websocket-server

This is an example of how to use libesphttpd with the Espressif FreeRTOS SDK ESP-IDF.

Requirements

WiFi Provisioning GUI

OTA Firmware Update GUI

File Upload/Download GUI

Build

Set-up your build environment by following the instructions. See the requirements above to choose the proper esp-idf and tools.

After cloning this repository, ensure that you have updated submodules appropriately:

git submodule update --init --recursive

Then build:

idf.py build

and run:

idf.py flash monitor