2016-04-04, 11:21 AM
That behaviour that you have noticed was implemented intentionally because when you set an AP from OpenPlotter GUI, things may not going as expected and even if no error is raised, the AP could not work due to multiple factors. So we decided to keep the config.txt priority for having always a way to back to a working point. I remember having a hard thinking about this and finally we decided to do it this way but you are right it makes not sense 
Instead of copying the new settings from openplotter.conf to config.txt I think we could set back config.txt to defaults when a new settings is done from openplotter GUI:
#ssid=OpenPlotter
#pass=12345678
and add the new default setting.
#share=eth0
Thanks!!

Instead of copying the new settings from openplotter.conf to config.txt I think we could set back config.txt to defaults when a new settings is done from openplotter GUI:
#ssid=OpenPlotter
#pass=12345678
and add the new default setting.
#share=eth0
Thanks!!