no test yet

This commit is contained in:
richonguzman
2025-08-26 17:34:51 -04:00
parent 83a39c2093
commit 2d65b2c93f
5 changed files with 195 additions and 85 deletions
+6 -1
View File
@@ -35,11 +35,16 @@ namespace APRS_IS_Utils {
void processLoRaPacket(const String& packet);
String buildPacketToTx(const String& aprsisPacket, uint8_t packetType);
void processAPRSISPacket(const String& packet);
void processAPRSISPacket();//const String& packet);
void listenAPRSIS();
void firstConnection();
bool startListenerAPRSISTask(uint32_t stackSize = 8192, UBaseType_t priority = 1);
void stopListenerAPRSISTask();
void suspendListenerAPRSISTask();
void resumeListenerAPRSISTask();
}
#endif