Skip to content
Snippets Groups Projects
Verified Commit 2912cdd1 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add FIXME note for retries

parent 4af99c08
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ class MynitBluetooth(BluetoothDispatcher):
def on_scan_completed(self):
if self._device:
# FIXME Add retries
self.connect_gatt(self._device)
def on_connection_state_change(self, status, state):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment