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.
2 parents 0b20066 + fd295a2 commit cd0f906Copy full SHA for cd0f906
examples/bno055_webgl_demo/server.py
@@ -79,7 +79,7 @@ def read_bno():
79
bno_data["quaternion"] = bno.quaternion
80
bno_data["calibration"] = bno.calibration_status
81
# Notify any waiting threads that the BNO state has been updated.
82
- bno_changed.notifyAll()
+ bno_changed.notify_all()
83
# Sleep until the next reading.
84
time.sleep(1.0 / BNO_UPDATE_FREQUENCY_HZ)
85
0 commit comments