diff --git a/src/station_utils.cpp b/src/station_utils.cpp new file mode 100644 index 0000000..c2e43fc --- /dev/null +++ b/src/station_utils.cpp @@ -0,0 +1,30 @@ +#include "station_utils.h" +/*#include +#include "configuration.h" +#include "display.h" + +extern Configuration Config; +extern WiFiClient espClient; +extern int internalLedPin; +extern uint32_t lastRxTxTime;*/ + +namespace APRS_IS_Utils { + + +void deleteNotHeardStation() { + uint32_t minReportingTime = 30*60*1000; // 30 minutes // from .json and CONFIGURATION????? + for (int i=0; i + +namespace STATION_Utils { + +void deleteNotHeardStation(); + +} + +#endif \ No newline at end of file