-
Notifications
You must be signed in to change notification settings - Fork 149
Description
Hi,
First of all, thanks a lot for this wonderfull app ! Great idea and great dev !
I'm facing a little issue wich I think might be related to latest images of debian (strecht)... I need my pi to connect via wifi at the fisrt boot as I need some downloads to occur at first boot to complete my configuration process...
And I dont think it works properly... I have to wait for about 4 minutes10sec before the wifi process is complete (wich I think is the duration of the loop in the waitForNetwork.sh script).
And I wonder about the
os.system("wpa_cli reconfigure")
instruction in the wifiConnect.py file...
I think (maybe) it is not enough to relaunch the wifi daemon...
Do you have any idea ?
Maybe adding
sudo ifdown wlan0
sudo ifup wlan0
would work ?
Thanks !