--- a/src/eric7/Documentation/Help/source.qhp Sat Mar 11 15:28:47 2023 +0100 +++ b/src/eric7/Documentation/Help/source.qhp Sun Mar 12 14:56:04 2023 +0100 @@ -291,6 +291,7 @@ <section title="eric7.MicroPython.Devices.MCUScripts.circuitPy7WiFiConnect" ref="eric7.MicroPython.Devices.MCUScripts.circuitPy7WiFiConnect.html" /> <section title="eric7.MicroPython.Devices.MCUScripts.esp32WiFiConnect" ref="eric7.MicroPython.Devices.MCUScripts.esp32WiFiConnect.html" /> <section title="eric7.MicroPython.Devices.MCUScripts.mpyWiFiConnect" ref="eric7.MicroPython.Devices.MCUScripts.mpyWiFiConnect.html" /> + <section title="eric7.MicroPython.Devices.MCUScripts.picoWiznetConnect" ref="eric7.MicroPython.Devices.MCUScripts.picoWiznetConnect.html" /> <section title="eric7.MicroPython.Devices.MCUScripts.picowWiFiConnect" ref="eric7.MicroPython.Devices.MCUScripts.picowWiFiConnect.html" /> <section title="eric7.MicroPython.Devices.MCUScripts.pimoroniWiFiConnect" ref="eric7.MicroPython.Devices.MCUScripts.pimoroniWiFiConnect.html" /> </section> @@ -304,6 +305,12 @@ <section title="eric7.MicroPython.Devices.TeensyDevices" ref="eric7.MicroPython.Devices.TeensyDevices.html" /> <section title="eric7.MicroPython.Devices.__init__" ref="eric7.MicroPython.Devices.__init__.html" /> </section> + <section title="eric7.MicroPython.EthernetDialogs" ref="index-eric7.MicroPython.EthernetDialogs.html"> + <section title="eric7.MicroPython.EthernetDialogs.EthernetController" ref="eric7.MicroPython.EthernetDialogs.EthernetController.html" /> + <section title="eric7.MicroPython.EthernetDialogs.EthernetStatusDialog" ref="eric7.MicroPython.EthernetDialogs.EthernetStatusDialog.html" /> + <section title="eric7.MicroPython.EthernetDialogs.IPv4AddressDialog" ref="eric7.MicroPython.EthernetDialogs.IPv4AddressDialog.html" /> + <section title="eric7.MicroPython.EthernetDialogs.WiznetUtilities" ref="eric7.MicroPython.EthernetDialogs.WiznetUtilities.html" /> + </section> <section title="eric7.MicroPython.WifiDialogs" ref="index-eric7.MicroPython.WifiDialogs.html"> <section title="eric7.MicroPython.WifiDialogs.WifiApConfigDialog" ref="eric7.MicroPython.WifiDialogs.WifiApConfigDialog.html" /> <section title="eric7.MicroPython.WifiDialogs.WifiApStationsDialog" ref="eric7.MicroPython.WifiDialogs.WifiApStationsDialog.html" /> @@ -2073,6 +2080,7 @@ <keyword name="BaseDevice._shortError" id="BaseDevice._shortError" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice._shortError" /> <keyword name="BaseDevice.activateBluetoothInterface" id="BaseDevice.activateBluetoothInterface" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.activateBluetoothInterface" /> <keyword name="BaseDevice.addDeviceBluetoothEntries" id="BaseDevice.addDeviceBluetoothEntries" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.addDeviceBluetoothEntries" /> + <keyword name="BaseDevice.addDeviceEthernetEntries" id="BaseDevice.addDeviceEthernetEntries" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.addDeviceEthernetEntries" /> <keyword name="BaseDevice.addDeviceMenuEntries" id="BaseDevice.addDeviceMenuEntries" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.addDeviceMenuEntries" /> <keyword name="BaseDevice.addDeviceWifiEntries" id="BaseDevice.addDeviceWifiEntries" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.addDeviceWifiEntries" /> <keyword name="BaseDevice.bool2str" id="BaseDevice.bool2str" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.bool2str" /> @@ -2083,10 +2091,14 @@ <keyword name="BaseDevice.cd" id="BaseDevice.cd" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.cd" /> <keyword name="BaseDevice.checkDeviceData" id="BaseDevice.checkDeviceData" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.checkDeviceData" /> <keyword name="BaseDevice.checkInternet" id="BaseDevice.checkInternet" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.checkInternet" /> + <keyword name="BaseDevice.checkInternetViaLan" id="BaseDevice.checkInternetViaLan" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.checkInternetViaLan" /> + <keyword name="BaseDevice.connectToLan" id="BaseDevice.connectToLan" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.connectToLan" /> <keyword name="BaseDevice.connectWifi" id="BaseDevice.connectWifi" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.connectWifi" /> <keyword name="BaseDevice.deactivateBluetoothInterface" id="BaseDevice.deactivateBluetoothInterface" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.deactivateBluetoothInterface" /> + <keyword name="BaseDevice.deactivateEthernet" id="BaseDevice.deactivateEthernet" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.deactivateEthernet" /> <keyword name="BaseDevice.deactivateInterface" id="BaseDevice.deactivateInterface" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.deactivateInterface" /> <keyword name="BaseDevice.deviceName" id="BaseDevice.deviceName" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.deviceName" /> + <keyword name="BaseDevice.disconnectFromLan" id="BaseDevice.disconnectFromLan" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.disconnectFromLan" /> <keyword name="BaseDevice.disconnectWifi" id="BaseDevice.disconnectWifi" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.disconnectWifi" /> <keyword name="BaseDevice.downloadFirmware" id="BaseDevice.downloadFirmware" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.downloadFirmware" /> <keyword name="BaseDevice.exists" id="BaseDevice.exists" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.exists" /> @@ -2102,6 +2114,7 @@ <keyword name="BaseDevice.getDeviceType" id="BaseDevice.getDeviceType" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.getDeviceType" /> <keyword name="BaseDevice.getDocumentationUrl" id="BaseDevice.getDocumentationUrl" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.getDocumentationUrl" /> <keyword name="BaseDevice.getDownloadMenuEntries" id="BaseDevice.getDownloadMenuEntries" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.getDownloadMenuEntries" /> + <keyword name="BaseDevice.getEthernetStatus" id="BaseDevice.getEthernetStatus" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.getEthernetStatus" /> <keyword name="BaseDevice.getFirmwareUrl" id="BaseDevice.getFirmwareUrl" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.getFirmwareUrl" /> <keyword name="BaseDevice.getModules" id="BaseDevice.getModules" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.getModules" /> <keyword name="BaseDevice.getTime" id="BaseDevice.getTime" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.getTime" /> @@ -2125,6 +2138,7 @@ <keyword name="BaseDevice.putData" id="BaseDevice.putData" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.putData" /> <keyword name="BaseDevice.pwd" id="BaseDevice.pwd" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.pwd" /> <keyword name="BaseDevice.removeCredentials" id="BaseDevice.removeCredentials" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.removeCredentials" /> + <keyword name="BaseDevice.removeLanAutoConnect" id="BaseDevice.removeLanAutoConnect" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.removeLanAutoConnect" /> <keyword name="BaseDevice.rm" id="BaseDevice.rm" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.rm" /> <keyword name="BaseDevice.rmdir" id="BaseDevice.rmdir" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.rmdir" /> <keyword name="BaseDevice.rmrf" id="BaseDevice.rmrf" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.rmrf" /> @@ -2145,6 +2159,7 @@ <keyword name="BaseDevice.syncTime" id="BaseDevice.syncTime" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.syncTime" /> <keyword name="BaseDevice.upipInstall" id="BaseDevice.upipInstall" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.upipInstall" /> <keyword name="BaseDevice.writeCredentials" id="BaseDevice.writeCredentials" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.writeCredentials" /> + <keyword name="BaseDevice.writeLanAutoConnect" id="BaseDevice.writeLanAutoConnect" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.writeLanAutoConnect" /> <keyword name="BaseDocstringGenerator" id="BaseDocstringGenerator" ref="eric7.QScintilla.DocstringGenerator.BaseDocstringGenerator.html#BaseDocstringGenerator" /> <keyword name="BaseDocstringGenerator (Constructor)" id="BaseDocstringGenerator (Constructor)" ref="eric7.QScintilla.DocstringGenerator.BaseDocstringGenerator.html#BaseDocstringGenerator.__init__" /> <keyword name="BaseDocstringGenerator (Module)" id="BaseDocstringGenerator (Module)" ref="eric7.QScintilla.DocstringGenerator.BaseDocstringGenerator.html" /> @@ -6293,6 +6308,24 @@ <keyword name="EspFirmwareSelectionDialog.on_addressEdit_textChanged" id="EspFirmwareSelectionDialog.on_addressEdit_textChanged" ref="eric7.MicroPython.Devices.EspDialogs.EspFirmwareSelectionDialog.html#EspFirmwareSelectionDialog.on_addressEdit_textChanged" /> <keyword name="EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged" id="EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged" ref="eric7.MicroPython.Devices.EspDialogs.EspFirmwareSelectionDialog.html#EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged" /> <keyword name="EspFirmwareSelectionDialog.on_firmwarePicker_textChanged" id="EspFirmwareSelectionDialog.on_firmwarePicker_textChanged" ref="eric7.MicroPython.Devices.EspDialogs.EspFirmwareSelectionDialog.html#EspFirmwareSelectionDialog.on_firmwarePicker_textChanged" /> + <keyword name="EthernetController" id="EthernetController" ref="eric7.MicroPython.EthernetDialogs.EthernetController.html#EthernetController" /> + <keyword name="EthernetController (Constructor)" id="EthernetController (Constructor)" ref="eric7.MicroPython.EthernetDialogs.EthernetController.html#EthernetController.__init__" /> + <keyword name="EthernetController (Module)" id="EthernetController (Module)" ref="eric7.MicroPython.EthernetDialogs.EthernetController.html" /> + <keyword name="EthernetController.__checkInternet" id="EthernetController.__checkInternet" ref="eric7.MicroPython.EthernetDialogs.EthernetController.html#EthernetController.__checkInternet" /> + <keyword name="EthernetController.__connectLan" id="EthernetController.__connectLan" ref="eric7.MicroPython.EthernetDialogs.EthernetController.html#EthernetController.__connectLan" /> + <keyword name="EthernetController.__connectLanDhcp" id="EthernetController.__connectLanDhcp" ref="eric7.MicroPython.EthernetDialogs.EthernetController.html#EthernetController.__connectLanDhcp" /> + <keyword name="EthernetController.__connectLanIp" id="EthernetController.__connectLanIp" ref="eric7.MicroPython.EthernetDialogs.EthernetController.html#EthernetController.__connectLanIp" /> + <keyword name="EthernetController.__deactivateEthernet" id="EthernetController.__deactivateEthernet" ref="eric7.MicroPython.EthernetDialogs.EthernetController.html#EthernetController.__deactivateEthernet" /> + <keyword name="EthernetController.__disconnectLan" id="EthernetController.__disconnectLan" ref="eric7.MicroPython.EthernetDialogs.EthernetController.html#EthernetController.__disconnectLan" /> + <keyword name="EthernetController.__removeAutoConnect" id="EthernetController.__removeAutoConnect" ref="eric7.MicroPython.EthernetDialogs.EthernetController.html#EthernetController.__removeAutoConnect" /> + <keyword name="EthernetController.__setNetworkTime" id="EthernetController.__setNetworkTime" ref="eric7.MicroPython.EthernetDialogs.EthernetController.html#EthernetController.__setNetworkTime" /> + <keyword name="EthernetController.__showEthernetStatus" id="EthernetController.__showEthernetStatus" ref="eric7.MicroPython.EthernetDialogs.EthernetController.html#EthernetController.__showEthernetStatus" /> + <keyword name="EthernetController.__writeAutoConnect" id="EthernetController.__writeAutoConnect" ref="eric7.MicroPython.EthernetDialogs.EthernetController.html#EthernetController.__writeAutoConnect" /> + <keyword name="EthernetController.createMenu" id="EthernetController.createMenu" ref="eric7.MicroPython.EthernetDialogs.EthernetController.html#EthernetController.createMenu" /> + <keyword name="EthernetDialogs (Package)" id="EthernetDialogs (Package)" ref="index-eric7.MicroPython.EthernetDialogs.html" /> + <keyword name="EthernetStatusDialog" id="EthernetStatusDialog" ref="eric7.MicroPython.EthernetDialogs.EthernetStatusDialog.html#EthernetStatusDialog" /> + <keyword name="EthernetStatusDialog (Constructor)" id="EthernetStatusDialog (Constructor)" ref="eric7.MicroPython.EthernetDialogs.EthernetStatusDialog.html#EthernetStatusDialog.__init__" /> + <keyword name="EthernetStatusDialog (Module)" id="EthernetStatusDialog (Module)" ref="eric7.MicroPython.EthernetDialogs.EthernetStatusDialog.html" /> <keyword name="ExceptionLogger" id="ExceptionLogger" ref="eric7.Debugger.ExceptionLogger.html#ExceptionLogger" /> <keyword name="ExceptionLogger (Constructor)" id="ExceptionLogger (Constructor)" ref="eric7.Debugger.ExceptionLogger.html#ExceptionLogger.__init__" /> <keyword name="ExceptionLogger (Module)" id="ExceptionLogger (Module)" ref="eric7.Debugger.ExceptionLogger.html" /> @@ -9349,6 +9382,11 @@ <keyword name="IExplorerImporter.importedBookmarks" id="IExplorerImporter.importedBookmarks" ref="eric7.WebBrowser.Bookmarks.BookmarksImporters.IExplorerImporter.html#IExplorerImporter.importedBookmarks" /> <keyword name="IExplorerImporter.open" id="IExplorerImporter.open" ref="eric7.WebBrowser.Bookmarks.BookmarksImporters.IExplorerImporter.html#IExplorerImporter.open" /> <keyword name="IExplorerImporter.setPath" id="IExplorerImporter.setPath" ref="eric7.WebBrowser.Bookmarks.BookmarksImporters.IExplorerImporter.html#IExplorerImporter.setPath" /> + <keyword name="IPv4AddressDialog" id="IPv4AddressDialog" ref="eric7.MicroPython.EthernetDialogs.IPv4AddressDialog.html#IPv4AddressDialog" /> + <keyword name="IPv4AddressDialog (Constructor)" id="IPv4AddressDialog (Constructor)" ref="eric7.MicroPython.EthernetDialogs.IPv4AddressDialog.html#IPv4AddressDialog.__init__" /> + <keyword name="IPv4AddressDialog (Module)" id="IPv4AddressDialog (Module)" ref="eric7.MicroPython.EthernetDialogs.IPv4AddressDialog.html" /> + <keyword name="IPv4AddressDialog.__updateOk" id="IPv4AddressDialog.__updateOk" ref="eric7.MicroPython.EthernetDialogs.IPv4AddressDialog.html#IPv4AddressDialog.__updateOk" /> + <keyword name="IPv4AddressDialog.getIPv4Address" id="IPv4AddressDialog.getIPv4Address" ref="eric7.MicroPython.EthernetDialogs.IPv4AddressDialog.html#IPv4AddressDialog.getIPv4Address" /> <keyword name="IRC (Package)" id="IRC (Package)" ref="index-eric7.Network.IRC.html" /> <keyword name="IbmWatsonEngine" id="IbmWatsonEngine" ref="eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.IbmWatsonEngine.html#IbmWatsonEngine" /> <keyword name="IbmWatsonEngine (Constructor)" id="IbmWatsonEngine (Constructor)" ref="eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.IbmWatsonEngine.html#IbmWatsonEngine.__init__" /> @@ -13839,19 +13877,26 @@ <keyword name="RP2040Device.canStartPlotter" id="RP2040Device.canStartPlotter" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.canStartPlotter" /> <keyword name="RP2040Device.canStartRepl" id="RP2040Device.canStartRepl" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.canStartRepl" /> <keyword name="RP2040Device.checkInternet" id="RP2040Device.checkInternet" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.checkInternet" /> + <keyword name="RP2040Device.checkInternetViaLan" id="RP2040Device.checkInternetViaLan" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.checkInternetViaLan" /> + <keyword name="RP2040Device.connectToLan" id="RP2040Device.connectToLan" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.connectToLan" /> <keyword name="RP2040Device.connectWifi" id="RP2040Device.connectWifi" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.connectWifi" /> + <keyword name="RP2040Device.deactivateEthernet" id="RP2040Device.deactivateEthernet" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.deactivateEthernet" /> <keyword name="RP2040Device.deactivateInterface" id="RP2040Device.deactivateInterface" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.deactivateInterface" /> <keyword name="RP2040Device.deviceName" id="RP2040Device.deviceName" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.deviceName" /> + <keyword name="RP2040Device.disconnectFromLan" id="RP2040Device.disconnectFromLan" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.disconnectFromLan" /> <keyword name="RP2040Device.disconnectWifi" id="RP2040Device.disconnectWifi" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.disconnectWifi" /> <keyword name="RP2040Device.forceInterrupt" id="RP2040Device.forceInterrupt" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.forceInterrupt" /> <keyword name="RP2040Device.getConnectedClients" id="RP2040Device.getConnectedClients" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.getConnectedClients" /> <keyword name="RP2040Device.getDocumentationUrl" id="RP2040Device.getDocumentationUrl" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.getDocumentationUrl" /> <keyword name="RP2040Device.getDownloadMenuEntries" id="RP2040Device.getDownloadMenuEntries" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.getDownloadMenuEntries" /> + <keyword name="RP2040Device.getEthernetStatus" id="RP2040Device.getEthernetStatus" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.getEthernetStatus" /> <keyword name="RP2040Device.getWifiData" id="RP2040Device.getWifiData" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.getWifiData" /> + <keyword name="RP2040Device.hasEthernet" id="RP2040Device.hasEthernet" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.hasEthernet" /> <keyword name="RP2040Device.hasFlashMenuEntry" id="RP2040Device.hasFlashMenuEntry" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.hasFlashMenuEntry" /> <keyword name="RP2040Device.hasNetworkTime" id="RP2040Device.hasNetworkTime" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.hasNetworkTime" /> <keyword name="RP2040Device.hasWifi" id="RP2040Device.hasWifi" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.hasWifi" /> <keyword name="RP2040Device.removeCredentials" id="RP2040Device.removeCredentials" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.removeCredentials" /> + <keyword name="RP2040Device.removeLanAutoConnect" id="RP2040Device.removeLanAutoConnect" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.removeLanAutoConnect" /> <keyword name="RP2040Device.runScript" id="RP2040Device.runScript" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.runScript" /> <keyword name="RP2040Device.scanNetworks" id="RP2040Device.scanNetworks" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.scanNetworks" /> <keyword name="RP2040Device.setButtons" id="RP2040Device.setButtons" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.setButtons" /> @@ -13859,6 +13904,7 @@ <keyword name="RP2040Device.startAccessPoint" id="RP2040Device.startAccessPoint" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.startAccessPoint" /> <keyword name="RP2040Device.stopAccessPoint" id="RP2040Device.stopAccessPoint" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.stopAccessPoint" /> <keyword name="RP2040Device.writeCredentials" id="RP2040Device.writeCredentials" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.writeCredentials" /> + <keyword name="RP2040Device.writeLanAutoConnect" id="RP2040Device.writeLanAutoConnect" ref="eric7.MicroPython.Devices.RP2040Devices.html#RP2040Device.writeLanAutoConnect" /> <keyword name="RP2040Devices (Module)" id="RP2040Devices (Module)" ref="eric7.MicroPython.Devices.RP2040Devices.html" /> <keyword name="RbModule" id="RbModule" ref="eric7.Utilities.ModuleParser.html#RbModule" /> <keyword name="RbModule (Constructor)" id="RbModule (Constructor)" ref="eric7.Utilities.ModuleParser.html#RbModule.__init__" /> @@ -18822,6 +18868,7 @@ <keyword name="WizardEricPluginWizard.activate" id="WizardEricPluginWizard.activate" ref="eric7.Plugins.PluginWizardEricPlugin.html#WizardEricPluginWizard.activate" /> <keyword name="WizardEricPluginWizard.deactivate" id="WizardEricPluginWizard.deactivate" ref="eric7.Plugins.PluginWizardEricPlugin.html#WizardEricPluginWizard.deactivate" /> <keyword name="WizardPlugins (Package)" id="WizardPlugins (Package)" ref="index-eric7.Plugins.WizardPlugins.html" /> + <keyword name="WiznetUtilities (Module)" id="WiznetUtilities (Module)" ref="eric7.MicroPython.EthernetDialogs.WiznetUtilities.html" /> <keyword name="XMLStreamReaderBase" id="XMLStreamReaderBase" ref="eric7.EricXML.XMLStreamReaderBase.html#XMLStreamReaderBase" /> <keyword name="XMLStreamReaderBase (Constructor)" id="XMLStreamReaderBase (Constructor)" ref="eric7.EricXML.XMLStreamReaderBase.html#XMLStreamReaderBase.__init__" /> <keyword name="XMLStreamReaderBase (Module)" id="XMLStreamReaderBase (Module)" ref="eric7.EricXML.XMLStreamReaderBase.html" /> @@ -19161,6 +19208,8 @@ <keyword name="condaVersionStr" id="condaVersionStr" ref="eric7.CondaInterface.__init__.html#condaVersionStr" /> <keyword name="confirmOverwrite" id="confirmOverwrite" ref="eric7.EricWidgets.EricFileSaveConfirmDialog.html#confirmOverwrite" /> <keyword name="conflicting_deps" id="conflicting_deps" ref="eric7.PipInterface.pipdeptree.html#conflicting_deps" /> + <keyword name="connectLan" id="connectLan" ref="eric7.MicroPython.Devices.MCUScripts.picoWiznetConnect.html#connectLan" /> + <keyword name="connectLan_1" id="connectLan_1" ref="eric7.MicroPython.Devices.MCUScripts.picoWiznetConnect.html#connectLan_1" /> <keyword name="connectWiFi" id="connectWiFi" ref="eric7.MicroPython.Devices.MCUScripts.circuitPy7WiFiConnect.html#connectWiFi" /> <keyword name="connectWiFi" id="connectWiFi" ref="eric7.MicroPython.Devices.MCUScripts.esp32WiFiConnect.html#connectWiFi" /> <keyword name="connectWiFi" id="connectWiFi" ref="eric7.MicroPython.Devices.MCUScripts.mpyWiFiConnect.html#connectWiFi" /> @@ -19899,6 +19948,7 @@ <keyword name="patchSubprocess" id="patchSubprocess" ref="eric7.DebugClients.Python.SubprocessExtension.html#patchSubprocess" /> <keyword name="patch_circup" id="patch_circup" ref="eric7.MicroPython.Devices.CircuitPythonUpdater.CircupFunctions.html#patch_circup" /> <keyword name="pbkdf2" id="pbkdf2" ref="eric7.Utilities.crypto.py3PBKDF2.html#pbkdf2" /> + <keyword name="picoWiznetConnect (Module)" id="picoWiznetConnect (Module)" ref="eric7.MicroPython.Devices.MCUScripts.picoWiznetConnect.html" /> <keyword name="picowWiFiConnect (Module)" id="picowWiFiConnect (Module)" ref="eric7.MicroPython.Devices.MCUScripts.picowWiFiConnect.html" /> <keyword name="pimoroniWiFiConnect (Module)" id="pimoroniWiFiConnect (Module)" ref="eric7.MicroPython.Devices.MCUScripts.pimoroniWiFiConnect.html" /> <keyword name="pipdeptree (Module)" id="pipdeptree (Module)" ref="eric7.PipInterface.pipdeptree.html" /> @@ -20175,6 +20225,7 @@ <keyword name="win32_getRealName" id="win32_getRealName" ref="eric7.SystemUtilities.OSUtilities.html#win32_getRealName" /> <keyword name="windowsDesktopEntries" id="windowsDesktopEntries" ref="eric7.eric7_post_install.html#windowsDesktopEntries" /> <keyword name="windowsProgramsEntry" id="windowsProgramsEntry" ref="eric7.eric7_post_install.html#windowsProgramsEntry" /> + <keyword name="wiznetInit" id="wiznetInit" ref="eric7.MicroPython.EthernetDialogs.WiznetUtilities.html#wiznetInit" /> <keyword name="workerTask" id="workerTask" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html#workerTask" /> <keyword name="workerTask" id="workerTask" ref="eric7.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html#workerTask" /> <keyword name="workerTask" id="workerTask" ref="eric7.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html#workerTask" /> @@ -20418,6 +20469,7 @@ <file>eric7.MicroPython.Devices.MCUScripts.circuitPy7WiFiConnect.html</file> <file>eric7.MicroPython.Devices.MCUScripts.esp32WiFiConnect.html</file> <file>eric7.MicroPython.Devices.MCUScripts.mpyWiFiConnect.html</file> + <file>eric7.MicroPython.Devices.MCUScripts.picoWiznetConnect.html</file> <file>eric7.MicroPython.Devices.MCUScripts.picowWiFiConnect.html</file> <file>eric7.MicroPython.Devices.MCUScripts.pimoroniWiFiConnect.html</file> <file>eric7.MicroPython.Devices.MicrobitDevices.html</file> @@ -20425,6 +20477,10 @@ <file>eric7.MicroPython.Devices.RP2040Devices.html</file> <file>eric7.MicroPython.Devices.TeensyDevices.html</file> <file>eric7.MicroPython.Devices.__init__.html</file> + <file>eric7.MicroPython.EthernetDialogs.EthernetController.html</file> + <file>eric7.MicroPython.EthernetDialogs.EthernetStatusDialog.html</file> + <file>eric7.MicroPython.EthernetDialogs.IPv4AddressDialog.html</file> + <file>eric7.MicroPython.EthernetDialogs.WiznetUtilities.html</file> <file>eric7.MicroPython.IgnoredDevicesDialog.html</file> <file>eric7.MicroPython.MicroPythonDeviceInterface.html</file> <file>eric7.MicroPython.MicroPythonFileManager.html</file> @@ -21425,6 +21481,7 @@ <file>index-eric7.MicroPython.Devices.EspDialogs.html</file> <file>index-eric7.MicroPython.Devices.MCUScripts.html</file> <file>index-eric7.MicroPython.Devices.html</file> + <file>index-eric7.MicroPython.EthernetDialogs.html</file> <file>index-eric7.MicroPython.WifiDialogs.html</file> <file>index-eric7.MicroPython.html</file> <file>index-eric7.MultiProject.html</file>