dride-core-pi
dride-core-pi copied to clipboard
Prevent Wifi from showing up until DHCP is ready
Currently you see the dride network during boot up way before another service is ready - causing the WiFi password to fail initially.
I agree This causes a problem with iOs phones it says failed to connect then asks password again... sometimes twice cause I don't know if its booted or not.
Probably can be solved with the order of startup scripts executed in?
PR's are always welcome! 😄
When i get some free time I may look into this out of interest. It is quite a strange issue but there must be a way to prevent the WiFi AP from starting before DHCP is up.. Probably a dependency setting or some order of start up scripts