Hello
may I add a question concerning Wifi disconncts to this thread?
I'm aso running a weather display. Sometimes the Kindle 4 loses the connection, probably because the signal is a bit weak. In this case I have to reboot, chose in the Kindle the Wifi search and connect again to my network by entering the password each time again.
Is there the possibility to extend the code
Code:
if [ `lipc-get-prop com.lab126.wifid cmState` != "CONNECTED" ]; then
exit 0
fi
by a command to re-connect to a Wifi network again in case Wifi was disconnected?
This would also allow to switch off the access point over night.
Regards
R.