src/eric7/Preferences/ConfigurationPages/__init__.py

Fri, 24 Feb 2023 14:11:20 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 24 Feb 2023 14:11:20 +0100
branch
mpy_network
changeset 9797
3be7b2326e2c
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
permissions
-rw-r--r--

MicroPython
- added functionality to start the access point interface with a given IPv4 configuration

# -*- coding: utf-8 -*-

# Copyright (c) 2006 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the various pages of the configuration dialog.
"""

eric ide

mercurial