esp32 firmware for a toaster reflow oven WIP!!!!!
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
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 년 전
..
include/httpd_utils add webserver components, some webserver fices and improvements in templating, add real time history chart 4 년 전
src add webserver components, some webserver fices and improvements in templating, add real time history chart 4 년 전
CMakeLists.txt add webserver components, some webserver fices and improvements in templating, add real time history chart 4 년 전
README.txt add webserver components, some webserver fices and improvements in templating, add real time history chart 4 년 전
component.mk add webserver components, some webserver fices and improvements in templating, add real time history chart 4 년 전

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.