src/eric7/MicroPython/__init__.py@c270c9501f1c
src/eric7/MicroPython/__init__.py
Tue, 10 Oct 2023 18:05:17 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Tue, 10 Oct 2023 18:05:17 +0200
- branch
- eric7
- changeset 10236
- c270c9501f1c
- parent 9653
-
e67609152c5e
- child 10439
-
21c28b0f9e41
- permissions
- -rw-r--r--
MicroPython interface
- Added code to the file manager widget to cope with attempts to load binary data as text.
# -*- coding: utf-8 -*-
# Copyright (c) 2019 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing an interface to MicroPython devices like esp32.
"""