Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ssid2 retain mod - last used SSID will be preserved /Beken Only/ #1440

Merged
merged 9 commits into from
Nov 27, 2024

Conversation

xjikka
Copy link
Contributor

@xjikka xjikka commented Nov 25, 2024

I have added new commands to allow preserve the last used SSID. The last used SSID is stored in the retained channel. By default, the feature is disabled.

To enable this feature, the channel that will be used to store the last SSID must be set using the setStartupSSIDChannel command in early.bat. The recommended value is 7, values 8-12 are already used for LED brightness and so on.
It has to be in early.bat. Autoexec.bat is processed after the wifi data is loaded.

To disable this feature, set setStartupSSIDChannel -1

There is also a setStartupSSID command that will force the SSID to be used on the next reboot. 0=SSID1, 1=SSID2.

[early.bat]
setStartupSSIDChannel 7

@openshwprojects openshwprojects merged commit 5201043 into openshwprojects:main Nov 27, 2024
16 checks passed
@xjikka xjikka deleted the ssid2retainmod branch November 27, 2024 08:35
Copy link

🎉 This PR is included in version 1.17.777 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants