src/eric7/MicroPython/BluetoothDialogs/__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 9855
c9244db5566a
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 Bluetooth related dialogs.
"""

eric ide

mercurial