mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* CommonCLI: added "clear stats" command
This commit is contained in:
parent
177dd90ca1
commit
805ca7b900
9 changed files with 29 additions and 2 deletions
|
|
@ -14,8 +14,10 @@ void Dispatcher::begin() {
|
|||
n_sent_flood = n_sent_direct = 0;
|
||||
n_recv_flood = n_recv_direct = 0;
|
||||
_err_flags = 0;
|
||||
radio_nonrx_start = _ms->getMillis();
|
||||
|
||||
_radio->begin();
|
||||
prev_isrecv_mode = _radio->isInRecvMode();
|
||||
}
|
||||
|
||||
float Dispatcher::getAirtimeBudgetFactor() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue