40 #include "esp_http_server.h"
43 #define IS_FILE_EXT(filename, ext) \
44 (strcasecmp(&filename[strlen(filename) - sizeof(ext) + 1], ext) == 0)
45 extern volatile float temp;
46 extern volatile float goal;
47 extern volatile float under;
48 extern volatile float over;
volatile float temp
current temp
volatile float under
margin below goal temp at which to turn relay on
esp_err_t start_file_server(const char *base_path)
volatile float goal
goal temp for the system to aim for
volatile float over
margin above goal temp at which to turn relay off
void update_display(void)