src/eric7/Preferences/__init__.py

branch
mpy_network
changeset 10008
c5bcafe3485c
parent 9982
5b91f7baffd0
child 10009
61e5fe703818
equal deleted inserted replaced
9990:54c614d91eff 10008:c5bcafe3485c
1568 } 1568 }
1569 1569
1570 # defaults for MicroPython 1570 # defaults for MicroPython
1571 microPythonDefaults = { 1571 microPythonDefaults = {
1572 "MpyWorkspace": "", 1572 "MpyWorkspace": "",
1573 "SerialTimeout": 2000, # timeout in milliseconds 1573 "SerialTimeout": 2000, # timeout in milliseconds for serial connections
1574 "WebreplTimeout": 5000, # timeout in milliseconds for webrepl connections
1574 "ReplLineWrap": True, # wrap the REPL lines 1575 "ReplLineWrap": True, # wrap the REPL lines
1575 "SyncTimeAfterConnect": True, 1576 "SyncTimeAfterConnect": True,
1576 "ShowHiddenLocal": True, 1577 "ShowHiddenLocal": True,
1577 "ShowHiddenDevice": True, 1578 "ShowHiddenDevice": True,
1578 "EnableManualDeviceSelection": False, 1579 "EnableManualDeviceSelection": False,
3804 @param key the key of the value to get 3805 @param key the key of the value to get
3805 @return the requested MicroPython value 3806 @return the requested MicroPython value
3806 """ 3807 """
3807 if key in ( 3808 if key in (
3808 "SerialTimeout", 3809 "SerialTimeout",
3810 "WebreplTimeout",
3809 "ChartColorTheme", 3811 "ChartColorTheme",
3810 "WifiApAuthMode", 3812 "WifiApAuthMode",
3811 "NtpOffset", 3813 "NtpOffset",
3812 "NtpTimeout", 3814 "NtpTimeout",
3813 ): 3815 ):

eric ide

mercurial