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

Wed, 29 Mar 2023 14:15:55 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 29 Mar 2023 14:15:55 +0200
branch
eric7
changeset 9944
011ae0edbcff
parent 9756
9854647c8c5c
child 10439
21c28b0f9e41
permissions
-rw-r--r--

MicroPython
- Added the capability to select the device path manually in case it could not be detected (e.g. because the device does not have a volume name).

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

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

"""
Package implementing dialogs used by the EspDevices module.
"""

eric ide

mercurial