From 2715d3a11369bea515c83220cfc63487a21434cf Mon Sep 17 00:00:00 2001 From: Scott Powell Date: Sun, 8 Mar 2026 23:58:28 +1100 Subject: [PATCH] * Dispatcher::next_tx_time init fix --- src/Dispatcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dispatcher.h b/src/Dispatcher.h index 569538e8..2a99d068 100644 --- a/src/Dispatcher.h +++ b/src/Dispatcher.h @@ -141,7 +141,7 @@ protected: { outbound = NULL; total_air_time = rx_air_time = 0; - next_tx_time = 0; + next_tx_time = ms.getMillis(); cad_busy_start = 0; next_floor_calib_time = next_agc_reset_time = 0; _err_flags = 0;