-
Notifications
You must be signed in to change notification settings - Fork 36
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
Exposing the ssid #43
Comments
Sure.
In the code that builds the dropdown, the current SSID is in the variable `current` and it is compared to `ssid` which is each of the SSIDs. With this change, `current` would become `ssid` and what is now `ssid` could be renamed to `ssid_option' or something like that. Or maybe just `s`, the context of the code is clear enough.
|
Merged
@Juerd - did you see I posted a PR for this. |
Mitra Ardron skribis 2024-11-24 14:34 (-0800):
@Juerd - did you see I posted a PR for this.
Nope, I missed that.
Could you maybe also update the documentation? If not, I will do that myself.
--
Met vriendelijke groet, // Kind regards, // Korajn salutojn,
Juerd Waalboer ***@***.***>
TNX
|
Fixed in #44. |
I presume it takes a little while before the "official" library updates ? I'm not sure how that process works (I submit libraries on npm, so presume its similar). |
Honestly I don't know how often they pull changes.
|
Its there - working fine - thanks - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would you have a problem exposing the ssid - you slurp it in portal and connect and spurt it on Save, I'm suggesting that instead of this being a local String in each of the functions, that its a global string exposed in the .h
This would make the code in #42 simpler and also allow another tweak I'm making.
I'm happy to do the Pull request if the idea is acceptable.
The text was updated successfully, but these errors were encountered: