Open ainesophaur opened 2 weeks ago
Yes, this issue is solved by me and Merged into code, but i miss calculate the value instead of 250 => 250000 = 0.25 second like sleep(0.25)
I checked the update and I see you're doing
usleep(250)
which will now run 4000 times a second (0.0025 seconds).. just making sure that was the intention as that seems a bit high and could probably be increased to have fewer cycles.
My console logs started to get spammed with the following message:
The code causing the issue is
I fixed it locally by changing the sleep function to
usleep