src/eric7/MicroPython/MicroPythonWidget.py

branch
eric7
changeset 10230
1311cd5d117e
parent 10229
e50bbf250343
child 10428
a071d4065202
equal deleted inserted replaced
10229:e50bbf250343 10230:1311cd5d117e
1209 self.__device.getDeviceData( 1209 self.__device.getDeviceData(
1210 [ 1210 [
1211 "wifi", 1211 "wifi",
1212 "bluetooth", 1212 "bluetooth",
1213 "ethernet", 1213 "ethernet",
1214 "ntp",
1215 "mip", 1214 "mip",
1216 "upip", 1215 "upip",
1217 "local_mip", 1216 "local_mip",
1218 ] 1217 ]
1219 ) 1218 )
1220 ) 1219 )
1220 boardInfo["ntp"] = self.__device.hasNetworkTime()
1221 1221
1222 dlg = BoardDataDialog(boardInfo) 1222 dlg = BoardDataDialog(boardInfo)
1223 dlg.exec() 1223 dlg.exec()
1224 except Exception as exc: 1224 except Exception as exc:
1225 self.showError("getBoardInformation()", str(exc)) 1225 self.showError("getBoardInformation()", str(exc))

eric ide

mercurial