-
Notifications
You must be signed in to change notification settings - Fork 114
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
WiFi Manager #94
Comments
This can already be done, by adding a network and password to a |
Freeland Jay Salsburg, KM6TSX
<http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=4052395>
Secretary, Satellite Amateur Radio Club <http://www.satellitearc.com/>
Lompoc, California
CALIFORNIASCAPES (YouTube)
<https://www.youtube.com/channel/UCGczWwysaexXMO5rgn-hBDw>
My Soundcloud <https://soundcloud.com/user-861274156>
salsburg.com since 1994 <http://salsburg.com/>
My Patreon <http://patreon.com/salsburg>
Facebook Vandenberg Observers Group
<http://facebook.com/groups/VandenbergObservers/>
https://thingspeak.com/channels/662842
https://www.wunderground.com/dashboard/pws/KCALOMPO99
Hello
While it may actually work to edit the secrets.h file, this is very
awkward. Imagine you are outside a locked radio shack on top of a mountain
where repeaters are housed. Having to edit a file with a smartphone, then
reset the Node is inconvenient and may be impossible when the Node is out
of reach. Being able to interact with the WiFi Manager to negotiate
connection with a Gateway is far better and opens many opportunities.
…On Tue, Sep 15, 2020 at 5:10 PM grant_____ ***@***.***> wrote:
This can already be done, by adding a network and password to a secrets.h
file. Here's an old commit that shows how to use it,
https://github.com/sudomesh/disaster-radio/blob/d0f8319c65a614a6425ec29401cd43f7e6818a5b/firmware/esp32/secrets.h.
I need to add this back to the repo so its more clear that this option
exists. I also haven't tested that it works in some time.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#94 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFLI43PSL26KTHIKPAPGB3SF767PANCNFSM4RNW5A7Q>
.
|
Of course. I understand the value. We could make it part of the "Preferences" system which is how other settings are currently stored and then you could change it using commands like I've never used WiFi Manager, and I'm not in any rush to add more arduino libraries to our already bloated firmware. That's not to discourage anyone else from taking a look at it and trying to implement it. |
There is a WiFi Manager library for Arduino. It allows the Wifi Radio to negotiate its log on to a network. This may be something to contemplate in the future for allowing messaging through a local network (LAN).
The text was updated successfully, but these errors were encountered: