mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* Dispatcher::next_tx_time init fix
This commit is contained in:
parent
cf0cc851d4
commit
2715d3a113
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue