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, |