esp32 firmware for a toaster reflow oven WIP!!!!!
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
reflower/components/httpd_utils
Ondřej Hruška ef7866a29f
add webserver components, some webserver fices and improvements in templating, add real time history chart
4 år sedan
..
include/httpd_utils add webserver components, some webserver fices and improvements in templating, add real time history chart 4 år sedan
src add webserver components, some webserver fices and improvements in templating, add real time history chart 4 år sedan
CMakeLists.txt add webserver components, some webserver fices and improvements in templating, add real time history chart 4 år sedan
README.txt add webserver components, some webserver fices and improvements in templating, add real time history chart 4 år sedan
component.mk add webserver components, some webserver fices and improvements in templating, add real time history chart 4 år sedan

README.txt

Functions enriching the HTTP server bundled with ESP-IDF.
This package includes HTTP-related utilities, captive
portal implementation, and a cookie-based session system with a
key-value store and expirations.