mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-09 16:02:52 +01:00
34a89c5541
- Start an Acces Point if no wlan is configured. - Start a small flask webserver to configure the wifi.
9 lines
140 B
Plaintext
9 lines
140 B
Plaintext
ctrl_interface=/var/run/wpa_supplicant
|
|
update_config=1
|
|
|
|
network={
|
|
ssid="MycroftOS-WiFiSetup"
|
|
mode=2
|
|
key_mgmt=NONE
|
|
}
|