feat(wifi): configure 2 wifi

This commit is contained in:
Cyrille Nofficial 2022-01-28 18:03:14 +01:00
parent bb2db645f5
commit 89128f3c8c

View File

@ -7,3 +7,9 @@ network={
psk=\"${WIFI_PASSWORD}\"
priority=2
}
network={
ssid=\"${WIFI2_SSID}\"
psk=\"${WIFI2_PASSWORD}\"
priority=2
}