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
pybricks.common.BLE: return None if no observed data
This modifies ble.observe() to return None if no data has been observed
yet or there has been a time out since the last received data. This way
there is an unambiguous way to check for valid data.
0 commit comments