Browse Source

* Dispatcher::next_tx_time init fix

pull/1975/head
Scott Powell 3 months ago
parent
commit
2715d3a113
  1. 2
      src/Dispatcher.h

2
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;

Loading…
Cancel
Save