v1.4
-- New Features --
-
Added dynamic AP Host naming. The last 4 digits of your unique Raspberry Pi serial number will be added to the end of the AP Host SSID. This will allow for multiple Pi's running in AP Host mode to be near each other without conflicting by duplicating the same SSID
-
Added the SSID prefix to be used in AP Host mode as a variable in
reset.py.template
so that it can be customized easily. Just edit the string assigned tossid_prefix
before running theinitial_setup.py
script -
Added a
manual_reset.py
in theReset Device
directory. This can be called by any method you choose (from another program, etc.) so you can reset the device based on other conditions than waiting for a 10 second button press on GPIO 18
-- Changes --
-
updated the Initial setup script output to be a little cleaner and easier to use
-
Cleaned up a few unnecessary files and lines of code
-
Changed the default port to access the WiFi configuration web page to
9191
to avoid conflicts with other web servers that may be running on the same Pi. The complete configuration address to enter in your web browser now ishttp://10.0.0.1:9191