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

Remove default WiFi configuration in network_only payload #253

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Remove default WiFi configuration in network_only payload #253

wants to merge 4 commits into from

Conversation

swebra
Copy link

@swebra swebra commented Jul 21, 2018

Currently, the network_only payload overrides setup.cfg for WiFi options. Though an excellent demonstration of the payload priority, it has repeatedly been a source of issues (#234, #205, #186, #156, #98, #96) and simply isn't user friendly.

Given that network_only payload is the default selected payload and will most likely be used when doing initial configuration, I suggest we remove the override and replace it with a message indicating the ability to make the changes if the user wishes. Though this will not solve the issue of users not knowing about the payload setting priority (as the user will still encounter it when eventually switching to another payload), it at least delays it, giving the user a better chance of coming across it themselves before submitting an issue. Furthermore, it makes network_only a better payload for use in basic setup.

More obvious documentation of the payload priority is of course needed as well, this is just a first step.

Trailing whitespace removed
Remove the default wifi configuration from the network_only payload, in favor of pulling that information from setup.cfg.
Remove the default WiFi configuration in network_only payload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant