1561 "WifiApAddress": "", |
1561 "WifiApAddress": "", |
1562 "WifiApNetmask": "", |
1562 "WifiApNetmask": "", |
1563 "WifiApGateway": "", |
1563 "WifiApGateway": "", |
1564 "WifiApDNS": "", |
1564 "WifiApDNS": "", |
1565 "WifiCountry": "", |
1565 "WifiCountry": "", |
|
1566 "DisablePicowireless": False, |
1566 "NtpServer": "0.pool.ntp.org", |
1567 "NtpServer": "0.pool.ntp.org", |
1567 "NtpOffset": 0, |
1568 "NtpOffset": 0, |
1568 "NtpDaylight": False, |
1569 "NtpDaylight": False, |
1569 "NtpTimeout": 10, |
1570 "NtpTimeout": 10, |
1570 # MicroPython URLs |
1571 # MicroPython URLs |
3950 "ReplLineWrap", |
3951 "ReplLineWrap", |
3951 "SyncTimeAfterConnect", |
3952 "SyncTimeAfterConnect", |
3952 "ShowHiddenLocal", |
3953 "ShowHiddenLocal", |
3953 "ShowHiddenDevice", |
3954 "ShowHiddenDevice", |
3954 "EnableManualDeviceSelection", |
3955 "EnableManualDeviceSelection", |
|
3956 "DisablePicowireless", |
3955 "NtpDaylight", |
3957 "NtpDaylight", |
3956 ]: |
3958 ]: |
3957 return EricUtilities.toBool( |
3959 return EricUtilities.toBool( |
3958 Prefs.settings.value("MicroPython/" + key, Prefs.microPythonDefaults[key]) |
3960 Prefs.settings.value("MicroPython/" + key, Prefs.microPythonDefaults[key]) |
3959 ) |
3961 ) |