src/eric7/MicroPython/CircuitPythonUpdater/__init__.py@90072e10ae9b
src/eric7/MicroPython/CircuitPythonUpdater/__init__.py
Mon, 06 Feb 2023 10:09:18 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Mon, 06 Feb 2023 10:09:18 +0100
- branch
- eric7
- changeset 9740
- 90072e10ae9b
- permissions
- -rw-r--r--
MicroPython
- Added functionality to update modules of CircuitPython devices with `circup`
(adapted for use within eric-ide).
# -*- coding: utf-8 -*-
# Copyright (c) 2023 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the updater and associated dialogs.
"""