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

Sat, 02 Nov 2024 17:25:32 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 02 Nov 2024 17:25:32 +0100
branch
eric7
changeset 11031
9f75293fcd57
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
permissions
-rw-r--r--

MicroPython
- Changed the list of known CircuitPython VID/PID to get rid of duplicate entries.

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

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

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

eric ide

mercurial