LoRa_APRS_iGate/src/query_utils.h
2024-02-25 10:53:16 -03:00

13 lines
175 B
C++

#ifndef QUERY_UTILS_H_
#define QUERY_UTILS_H_
#include <Arduino.h>
namespace QUERY_Utils {
String process(String query, String station, String queryOrigin);
}
#endif