You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug: increase ESP8266 hwTimer::resume buffer (#2786)
* bug: increase ESP8266 hwTimer::resume buffer
* move hwTimer::resume to be called as the final task before return to IsrCallback()
In the original location HandleFHSS() can still be called after hwTimer::resume. This eats into the 20us resume buffer.
* update esp32 hwTimer to trigger correctly
* fix speeling
Fix LBT TLM (#2660)
* Fix-LBT-TLM
* Enhanced deferred function support
Allows upto 3 on the go. Stops overwriting in LBT code.
* removed debug code
* If we run out of slots write a debug message
---------
Co-authored-by: Paul Kendall <[email protected]>
Co-authored-by: Michael <[email protected]>