-
Notifications
You must be signed in to change notification settings - Fork 4
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
Todo: allow meshtastic wifi config to change wifi ssid and psk #26
Comments
@Ruledo please note To allow meshtastic and usbconfig to change wifi settings while still allowing user to set multiple SSIDs with different priorities in wpa_supplicant.conf, we will have a primary SSID with a priority of 100. All other SSIDs will have lower priorities. Meshtastic and USBconfig will only edit the |
This is more annoying than I thought. Without the ability to change the setting in meshtastic's config.proto, meshtastic settings will always overwrite wpa_supplicant.conf. So we need a way to write to config.proto. Also, apparently every time I access config.proto it causes meshtastic to crash (what?), so instead of directly examining the file, we'll just monitor the last modified time, and then check the values only if that changes. So we'll also need to monitor wpa_supplicant.conf for changes, and if THAT changes, update config.proto. What a headache.
|
No description provided.
The text was updated successfully, but these errors were encountered: