Created
February 2, 2020 23:01
-
-
Save theundefined/9ba051a7fb8fdc3f3a1fe57d8472106a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wifi: | |
networks: | |
- ssid: !secret wifi_SSID | |
password: !secret wifi_password | |
priority: 2 | |
- ssid: !secret wifi_SSID2 | |
password: !secret wifi_password2 | |
priority: 5 | |
ap: | |
ssid: "XXX Fallback" | |
password: "XXX" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment