fix incorrect post of heater

This commit is contained in:
Chris Cochrun 2025-10-20 10:41:19 -05:00
parent 26ffa6372a
commit 36851677a5
4 changed files with 20 additions and 8 deletions

View file

@ -18,6 +18,11 @@ ota:
wifi:
ssid: "Cochrun"
password: "GreasyChicken784"
manual_ip:
static_ip: 192.168.1.125
gateway: 192.168.1.1
subnet: 255.255.255.0
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
@ -26,6 +31,13 @@ wifi:
captive_portal:
# web_server:
# port: 80
# version: 3
# http_request:
# verify_ssl: false
i2c:
sda: GPIO4
scl: GPIO5