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

Mon, 13 Feb 2023 17:55:13 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 13 Feb 2023 17:55:13 +0100
branch
eric7
changeset 9760
11245ac9c258
parent 9756
9854647c8c5c
child 10439
21c28b0f9e41
permissions
-rw-r--r--

MicroPython
- Extended the file manager to be able to load device files into an editor and save them back to the device.

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

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

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

eric ide

mercurial