10-12-2023, 08:52 PM
@TheOldPresbyope
There is no AP mode password on >= 830 images.
Below is from a fresh 836 image.
SQL table cfg_network
moodecfg.ini.default
There is no AP mode password on >= 830 images.
Below is from a fresh 836 image.
SQL table cfg_network
Code:
pi@moode:~ $ sqlite3 /media/rootfs/var/local/www/db/moode-sqlite3.db "select * from cfg_network"
1|eth0|dhcp||||||||||||
2|wlan0|dhcp||||||None (activates AP mode)|wpa|||US||
3|apd0|||||||Moode|||||6|Off
moodecfg.ini.default
Code:
[Network (wlan0)]
wlanmethod = "dhcp"
wlanipaddr = ""
wlannetmask = ""
wlangateway = ""
wlanpridns = ""
wlansecdns = ""
wlanssid = "None (activates AP mode)"
wlanpwd = ""
wlansec = "wpa"
wlancountry = "US"
[Network (apd0)]
apdssid = "Moode"
apdpwd = ""
apdchan = "6"