Added start of HTTP server (& data storage)

This commit is contained in:
2023-11-06 20:41:17 +00:00
parent 37ce171347
commit 8fd658071a
5 changed files with 144 additions and 53 deletions

View File

@@ -0,0 +1,14 @@
menu "HTTP"
# config WIFI_SSID
# string "WiFi SSID"
# default "VM8094728"
# help
# SSID (network name) for the example to connect to.
# config WIFI_PASSWORD
# string "WiFi Password"
# default "tx3YrxvzMrbr"
# help
# WiFi password (WPA or WPA2) for the example to use.
endmenu