You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The constructor for AdafruitSensorMeasurement conditionally sets sequence_number based on testing the variable, 0 will evaluate to False causing no setting of the sequence_number.
The constructor for
AdafruitSensorMeasurement
conditionally sets sequence_number based on testing the variable,0
will evaluate toFalse
causing no setting of the sequence_number.Adafruit_CircuitPython_BLE_BroadcastNet/adafruit_ble_broadcastnet.py
Lines 156 to 157 in 81aee22
Perhaps this was intended to be
is not None
?The
broadcast
function in the same file does not use the construtor's arguments to set thesequence_number
.This is just from inspection, I've not executed the code...
The text was updated successfully, but these errors were encountered: