mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2026-04-27 14:30:33 +00:00
Increment stat_tx in beacon_transmit() for LoRa complication TX count
This commit is contained in:
parent
b362e25759
commit
24f50c3a98
1 changed files with 1 additions and 0 deletions
|
|
@ -1019,6 +1019,7 @@ void beacon_transmit(uint16_t size) {
|
|||
if (!LoRa->endPacket()) {
|
||||
led_indicate_error(5);
|
||||
}
|
||||
stat_tx++;
|
||||
add_airtime(size);
|
||||
lora_receive();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue