integrating web stuff into SC-F001

LFG
This commit is contained in:
Thaddeus Hughes
2025-12-27 00:01:59 -06:00
parent 426d84ee56
commit 81a8da24a0
24 changed files with 665 additions and 2081 deletions

3
main/webserver.h Normal file
View File

@@ -0,0 +1,3 @@
#include "esp_err.h"
esp_err_t webserver_init(void);