Files
2026-06-26 00:25:59 +02:00

11 lines
174 B
C

#ifndef STATS_HEADER
#define STATS_HEADER
#include "meshcore/packetstructs.h"
extern RepeaterStats stats;
extern uint32_t startupTime;
extern uint32_t tickAirtime;
#endif