Increment stat_tx in beacon_transmit() for LoRa complication TX count

This commit is contained in:
GlassOnTin 2026-04-07 12:28:56 +01:00
commit 24f50c3a98

View file

@ -1019,6 +1019,7 @@ void beacon_transmit(uint16_t size) {
if (!LoRa->endPacket()) {
led_indicate_error(5);
}
stat_tx++;
add_airtime(size);
lora_receive();
}