Replies: 2 comments
-
Would you mind creating a feature branch / PR so people can build it and/or review the code changes up front if you want some feedback on your Command Queue Habdling solution or is this still too premature ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's not to premature. It works very well for all my tests. I just don't want to test whether all github actions do what they are supposed to do right now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would anyone like to test a optimised queue handling? This should eliminate dropouts when polling statistics while sending limit commands and prevent the queue from filling up.
Before I commit this to the master branch I want to make sure that it doesn't break too many existing setups.
If there are interested people who have implemented a limit control (for all others it works anyway) and are willing to experiment (currently no guarantee on function) I could provide a
.patch
file. Alternatively a customisedgeneric_esp32.bin
(only this variant).Another prerequisite would be that you have access to the serial console to provide debug output if something went wrong.
Beta Was this translation helpful? Give feedback.
All reactions