LoRa_APRS_iGate/include/query_utils.h
richonguzman 9801545965 update1
2024-12-04 13:59:46 -03:00

13 lines
208 B
C++

#ifndef QUERY_UTILS_H_
#define QUERY_UTILS_H_
#include <Arduino.h>
namespace QUERY_Utils {
String process(const String& query, const String& station, bool queryFromAPRSIS, bool thirdParty);
}
#endif