esp32 firmware for a toaster reflow oven WIP!!!!!
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
reflower/components/httpd_utils
Ondřej Hruška ef7866a29f
add webserver components, some webserver fices and improvements in templating, add real time history chart
il y a 4 ans
..
include/httpd_utils add webserver components, some webserver fices and improvements in templating, add real time history chart il y a 4 ans
src add webserver components, some webserver fices and improvements in templating, add real time history chart il y a 4 ans
CMakeLists.txt add webserver components, some webserver fices and improvements in templating, add real time history chart il y a 4 ans
README.txt add webserver components, some webserver fices and improvements in templating, add real time history chart il y a 4 ans
component.mk add webserver components, some webserver fices and improvements in templating, add real time history chart il y a 4 ans

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.