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 Bluetooth example picow_ble_temp_sensor.py is not working for me. I never receive notifications of updated temperature. It seems the code attempts to add data to a set during an interrupt. This likely results in memory manipulation which is not allowed. The handle is subsequently not stored when I try the example so I never receive Notifications. If I assign the handle to a local var, it works as intended.
The Bluetooth example picow_ble_temp_sensor.py is not working for me. I never receive notifications of updated temperature. It seems the code attempts to add data to a set during an interrupt. This likely results in memory manipulation which is not allowed. The handle is subsequently not stored when I try the example so I never receive Notifications. If I assign the handle to a local var, it works as intended.
pico-micropython-examples/bluetooth/picow_ble_temp_sensor.py
Line 59 in 1dc8d73
The text was updated successfully, but these errors were encountered: