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
|
||||
ap:
|
||||
ssid: "${name}-fallback"
|
||||
password: !secret wifi_password
|
||||
password: !secret fallback_password
|
||||
|
||||
captive_portal:
|
||||
|
||||
@@ -62,6 +62,7 @@ display:
|
||||
dc_pin: GPIO2
|
||||
reset_pin: GPIO4
|
||||
rotation: 0
|
||||
invert_colors: false
|
||||
dimensions:
|
||||
width: 240
|
||||
height: 320
|
||||
|
||||
Reference in New Issue
Block a user