LoRa_APRS_iGate/src/query_utils.h

12 lines
170 B
C
Raw Normal View History

2023-06-06 15:53:06 -04:00
#ifndef QUERY_UTILS_H_
#define QUERY_UTILS_H_
#include <Arduino.h>
namespace QUERY_Utils {
String process(String query, String station, String queryOrigin);
}
#endif