bug: increase ESP8266 hwTimer::resume buffer (#2786)3.4.3
commit41daca2a4ff782188c38fbef3c4f1a36e320b1a3
authorJye <14170229+JyeSmith@users.noreply.github.com>
Mon, 17 Jun 2024 21:38:44 +0000 (18 07:38 +1000)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2024 21:38:44 +0000 (18 07:38 +1000)
treec9718db73f0bd238f6da863b7215cc533b49f008
parent47720f5cf83f18880f0d2b6f457cfe783f4932df
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
src/lib/HWTIMER/ESP32_hwTimer.cpp
src/lib/HWTIMER/ESP8266_hwTimer.cpp
src/src/rx_main.cpp