src/eric7/MicroPython/Devices/EspDialogs/__init__.py@0e6da289da44
src/eric7/MicroPython/Devices/EspDialogs/__init__.py
Sat, 01 Jul 2023 17:54:30 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 01 Jul 2023 17:54:30 +0200
- branch
- eric7
- changeset 10095
- 0e6da289da44
- parent 9756
-
9854647c8c5c
- child 10439
-
21c28b0f9e41
- permissions
- -rw-r--r--
MicroPython
- Changed the putData() method of the 'BaseDevice' class to send lines with '\n' as eol indicator.
# -*- coding: utf-8 -*-
# Copyright (c) 2023 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing dialogs used by the EspDevices module.
"""