src/eric7/MicroPython/Devices/CircuitPythonUpdater/__init__.py

Fri, 05 May 2023 18:16:57 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 05 May 2023 18:16:57 +0200
branch
eric7
changeset 10019
e56089d00750
parent 9756
9854647c8c5c
child 10439
21c28b0f9e41
permissions
-rw-r--r--

Fixed a few issue in the MicroPython support related to behavior of devices and change caused by MicroPython release 1.20.0 on ESP32 devices.

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

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

"""
Package implementing the updater and associated dialogs.
"""

eric ide

mercurial