--- a/src/eric7/MicroPython/BluetoothDialogs/BluetoothAdvertisement.py Wed May 24 09:44:18 2023 +0200 +++ b/src/eric7/MicroPython/BluetoothDialogs/BluetoothAdvertisement.py Wed May 24 10:31:09 2023 +0200 @@ -260,3 +260,6 @@ name = ManufacturerId.get(m, "") if withName else None result.append((m, u[2:], name)) return result + +# +# eflag: noqa = U200