esp32 firmware for a toaster reflow oven WIP!!!!!
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
reflower/components/httpd_utils
Ondřej Hruška ef7866a29f
add webserver components, some webserver fices and improvements in templating, add real time history chart
před 4 roky
..
include/httpd_utils add webserver components, some webserver fices and improvements in templating, add real time history chart před 4 roky
src add webserver components, some webserver fices and improvements in templating, add real time history chart před 4 roky
CMakeLists.txt add webserver components, some webserver fices and improvements in templating, add real time history chart před 4 roky
README.txt add webserver components, some webserver fices and improvements in templating, add real time history chart před 4 roky
component.mk add webserver components, some webserver fices and improvements in templating, add real time history chart před 4 roky

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.