web_server replaced by json
It takes less memory and provides the libraries needed for this project.
This commit is contained in:
@@ -64,14 +64,6 @@ wifi:
|
||||
ssid: "${device_name}"
|
||||
password: ${wifi_password}
|
||||
|
||||
##### WEB SERVER SETUP - Required for json parsing and tft upload #####
|
||||
web_server:
|
||||
id: web_server_std
|
||||
port: 80
|
||||
auth:
|
||||
username: admin
|
||||
password: ${wifi_password}
|
||||
|
||||
##### OTA PASSWORD #####
|
||||
ota:
|
||||
id: ota_std
|
||||
@@ -80,6 +72,9 @@ ota:
|
||||
reboot_timeout: 3min
|
||||
num_attempts: 3
|
||||
|
||||
##### JSON - Used to parse json and for Upload TFT #####
|
||||
json:
|
||||
|
||||
##### LOGGER #####
|
||||
logger:
|
||||
id: logger_std
|
||||
|
||||
Reference in New Issue
Block a user