where is the documentation on how to update configuration?
Doing this via VSCode is a bit hard and I assume via command line or is there a GUI for that?
I want to do a few things:
I want to disable wifi AP mode and I have to use a mos command to do this now right?
I disabled the Mongoose button on my VSCode workspace but don’t know how to enable again.
The config_schema of each library’s mos.yml lists the configuration options.
E.g. mqtt
Then simply run mos config-set mqtt.enable=true mqtt.server="ip:port"
Another way to get the configuration options is mos config-get library_name