src/eric7/MicroPython/BluetoothDialogs/BluetoothAdvertisement.py

branch
eric7
changeset 10089
5fe9bfafbc7c
parent 10065
de4ae767b0e3
child 10090
8be7dd9460c5
--- 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:

eric ide

mercurial