Skip to content

Commit 240431f

Browse files
committed
Latest edit to the advertise code
1 parent 08d262b commit 240431f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ble_simple_peripheral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _irq(self, event, data):
5353
conn_handle, _, _ = data
5454
print("Disconnected", conn_handle)
5555
self._connections.remove(conn_handle)
56-
# Start advertising again to allow a new connection.
56+
# Start advertising again to allow a new connection. Alsways connects when there is an available node.
5757
self._advertise()
5858
elif event == _IRQ_GATTS_WRITE:
5959
conn_handle, value_handle = data

0 commit comments

Comments
 (0)