--- a/src/eric7/MicroPython/BluetoothDialogs/BluetoothAdvertisement.py Sun Jun 04 15:16:12 2023 +0200 +++ b/src/eric7/MicroPython/BluetoothDialogs/BluetoothAdvertisement.py Thu Jun 15 17:11:14 2023 +0200 @@ -101,7 +101,7 @@ """ # Advertising payloads are repeated packets of the following form: # 1 byte data length (N + 1) - # 1 byte type (see constants below) + # 1 byte type (see constants at top) # N bytes type-specific data for payload in (self.__advData, self.__respData): if not payload: