src/eric7/MicroPython/MicroPythonWidget.py

branch
eric7
changeset 10034
bf2d02317ba6
parent 10012
d649d500a9a1
child 10138
56614cf9d03c
--- a/src/eric7/MicroPython/MicroPythonWidget.py	Tue May 16 14:36:37 2023 +0200
+++ b/src/eric7/MicroPython/MicroPythonWidget.py	Tue May 16 17:42:54 2023 +0200
@@ -1195,6 +1195,11 @@
 
         try:
             boardInfo = self.__device.getBoardInformation()
+            boardInfo.update(
+                self.__device.getDeviceData(
+                    ["wifi", "bluetooth", "ethernet", "ntp", "mip", "upip", "local_mip"]
+                )
+            )
 
             dlg = BoardDataDialog(boardInfo)
             dlg.exec()

eric ide

mercurial