Skip to content
Snippets Groups Projects
Commit 969ad367 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Reset queue size for AHRS. Closes #31

parent 68fd974c
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ class CalibrateAHRS(kp.Module):
self.cuckoo_log = kp.time.Cuckoo(10, print)
self.data = {}
self.queue_size = 5000
self.queue_size = 100000
self.lock = threading.Lock()
self.index = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment