src/eric7/MicroPython/__init__.py@a87b1479b107
src/eric7/MicroPython/__init__.py
Mon, 27 Feb 2023 11:18:32 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Mon, 27 Feb 2023 11:18:32 +0100
- branch
- eric7
- changeset 9807
- a87b1479b107
- parent 9653
-
e67609152c5e
- child 10439
-
21c28b0f9e41
- permissions
- -rw-r--r--
Added a line to clear the MicroPython OSD info whenn connecting or disconnecting a device.
# -*- coding: utf-8 -*-
# Copyright (c) 2019 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing an interface to MicroPython devices like esp32.
"""