11 lines
174 B
C
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 |