mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-08-09 18:32:59 +02:00
start1
This commit is contained in:
@@ -18,8 +18,10 @@ struct LastHeardStation {
|
||||
|
||||
namespace STATION_Utils {
|
||||
|
||||
void loadBlackList();
|
||||
bool checkBlackList(const String& callsign);
|
||||
void loadBlacklist();
|
||||
void loadManagers();
|
||||
bool isBlacklisted(const String& callsign);
|
||||
bool isManager(const String& callsign);
|
||||
bool checkObjectTime(const String& packet);
|
||||
void deleteNotHeard();
|
||||
void updateLastHeard(const String& station);
|
||||
|
||||
Reference in New Issue
Block a user