Skip to content

Commit 2715d3a

Browse files
author
Scott Powell
committed
* Dispatcher::next_tx_time init fix
1 parent cf0cc85 commit 2715d3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dispatcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class Dispatcher {
141141
{
142142
outbound = NULL;
143143
total_air_time = rx_air_time = 0;
144-
next_tx_time = 0;
144+
next_tx_time = ms.getMillis();
145145
cad_busy_start = 0;
146146
next_floor_calib_time = next_agc_reset_time = 0;
147147
_err_flags = 0;

0 commit comments

Comments
 (0)