Fix WiFi fallback password and update display configuration: Change fallback password to secret and disable color inversion

This commit is contained in:
Joshua King
2026-03-04 17:06:50 -05:00
parent c43a3767dd
commit 72f03f9045

View File

@@ -28,7 +28,7 @@ wifi:
password: !secret wifi_password password: !secret wifi_password
ap: ap:
ssid: "${name}-fallback" ssid: "${name}-fallback"
password: !secret wifi_password password: !secret fallback_password
captive_portal: captive_portal:
@@ -62,6 +62,7 @@ display:
dc_pin: GPIO2 dc_pin: GPIO2
reset_pin: GPIO4 reset_pin: GPIO4
rotation: 0 rotation: 0
invert_colors: false
dimensions: dimensions:
width: 240 width: 240
height: 320 height: 320