Fix WiFi fallback password and update display configuration: Change fallback password to secret and disable color inversion
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user