Skip to content

v1.4

Compare
Choose a tag to compare
@jasbur jasbur released this 25 Feb 18:22
· 169 commits to master since this release

-- 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 to ssid_prefix before running the initial_setup.py script

  • Added a manual_reset.py in the Reset 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 is http://10.0.0.1:9191