Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding queues for ESP32s #128

Closed
wants to merge 1 commit into from
Closed

Conversation

i-am-grub
Copy link
Contributor

The generic race timer backpack in #114 utilizes the espnow send callback function to determine if the sent message was received and will repeat the message if needed (up to a max number of times). Currently, the main loop for HDZero goggles do not clear out the esp32's outgoing serial buffer fast enough for the timer's OSD messages to be processed instantaneously. A few queues are set up to organize the incoming data until the outgoing serial buffer is empty and ready for the next received packet to be processed.

@i-am-grub i-am-grub closed this Jan 5, 2024
@i-am-grub i-am-grub deleted the esp32-queue branch April 30, 2024 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant