1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-09 16:02:52 +01:00
OpenVoiceOS/buildroot-external/package/wifi-ap/wpa_supplicant-ap0.conf
Peter Steenbergen 34a89c5541 MycroftOS: Implementation of MycroftOS-WiFiSetup system.
- Start an Acces Point if no wlan is configured.
- Start a small flask webserver to configure the wifi.
2019-12-29 14:03:51 +01:00

9 lines
140 B
Plaintext

ctrl_interface=/var/run/wpa_supplicant
update_config=1
network={
ssid="MycroftOS-WiFiSetup"
mode=2
key_mgmt=NONE
}