Steve_M
TVWBB Guru
Throwing this out there as it seems like it would be relatively simple to implement and could save some config headaches, especially for those with wifi devices that don't enter AP mode properly.
Have a wifi.txt file in the /boot folder that contains config info. This can be created right after the SD card is imaged. When the raspberry pi boots, a process looks for the presence of the wifi.txt file and configures the wifi device with that info.
Something like:
ssid="My_Wireless_SSID"
pass="My_Wireess_Password"
mode="(client or ap)" < Optional: Default to client mode if not present
Have a wifi.txt file in the /boot folder that contains config info. This can be created right after the SD card is imaged. When the raspberry pi boots, a process looks for the presence of the wifi.txt file and configures the wifi device with that info.
Something like:
ssid="My_Wireless_SSID"
pass="My_Wireess_Password"
mode="(client or ap)" < Optional: Default to client mode if not present