Hi JH,
On Tue, Feb 04, 2020 at 02:33:14PM +1100, JH wrote:
I usually set up the wifi.config to be a wifi client to connect to
WiFi route in house, how can I set up wifi.config in my device, so it
can be a WiFi AP?
You can edit the /var/lib/connman/settings file. Please note, you can
only edit if ConnMan is not running. ConnMan will overwrite it.
[global]
OfflineMode=false
[Wired]
Enable=true
Tethering=false
[WiFi]
Enable=true
Tethering=true
Tethering.Identifier=yoyo
Tethering.Passphrase=0000000000
[Bluetooth]
Enable=true
Tethering=false
Thanks,
Daniel