LoRa_APRS_iGate/src/query_utils.h
2024-06-28 16:05:04 -04: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