We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38963e commit aec1c2fCopy full SHA for aec1c2f
CircuitPython_Pyloton/code.py
@@ -42,7 +42,8 @@
42
# Stop scanning whether or not we are connected.
43
ble.stop_scan()
44
45
- if ((not HEART or (hr_connection and hr_connection.connected)) and #pylint: disable=too-many-boolean-expressions
+ #pylint: disable=too-many-boolean-expressions
46
+ if ((not HEART or (hr_connection and hr_connection.connected)) and
47
((not SPEED and not CADENCE) or
48
(speed_cadence_connections and speed_cadence_connections[0].connected)) and
49
(not AMS or (ams and ams.connected))):
0 commit comments