Skip to content

v2.0

Latest
Compare
Choose a tag to compare
@jasbur jasbur released this 25 Jan 15:52

-- Changes --

WPA2 Encryption option added during setup. This will enable WPA2 encryption with the chosen Key while the Configuration Mode AP is active. WPA settings can also be modified in the /etc/raspiwifi/raspiwifi.conf, changes take effect on reboot

Status indicator for WPA2 During Configuration Mode available in the upper left of the web configuration page. It will display whether WPA is active for the AP or not and display the current key if it is. If you click the status you'll be taken to a configuration page that lets the user turn the encryption on or off and change the password if desired

Added an Uninstaller to revert any functional changes made from installing RaspiWiFi

The Initial Setup Script will now warn you and exit if you are not running as a user with the necessary permissions to successfully complete the setup. Thanks to @HerrMuellerluedenscheid for this one.

-- Fixes --

Fixed an issue where the Configuration Server would not start properly on Raspbian With Desktop images after using the script-based install. The port number assignment from /etc/raspiwifi/raspiwifi.conf is explicitly called as an integer instead of a string now.

The informational page that should have been showing up after the user enters their network credentials and clicks "Connect" wasn't. Now, thanks to @alexrj, it does!

Resetting the device (via GPIO18 physical reset, or by using libs/reset_device/manual_reset.py) when in Host Mode will no longer break the install. It will instead just harmlessly reboot the device. Thanks @emsilva for this fix.

-- Issues --

None known