Skip to content

chmorgan/esphttpd-freertos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Requirements

  • ESP32 (may work with other ESP32- variants, but not tested)
    • 🔺ESP8266 is not supported
  • ESP-IDF Version 4.x
    • 🔺ESP-IDF Version 3.x is no longer supported (EOL)
  • CMAKE build system
    • 🔺legacy make build is no longer supported

Example Features

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

Releases

No releases published

Packages

No packages published

Languages

  • C 51.6%
  • HTML 30.9%
  • JavaScript 7.4%
  • CSS 7.4%
  • Smarty 1.7%
  • CMake 0.8%
  • Makefile 0.2%