src/eric7/MicroPython/BluetoothDialogs/__init__.py

Thu, 09 Mar 2023 16:56:24 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 09 Mar 2023 16:56:24 +0100
branch
eric7
changeset 9866
0cf5dda5512f
parent 9855
c9244db5566a
child 10439
21c28b0f9e41
permissions
-rw-r--r--

MicroPython
- fixed a few bugs
- fixed support for ESP devices with CircuitPython with one USB port

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

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

"""
Package implementing Bluetooth related dialogs.
"""

eric ide

mercurial