mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-01-29 20:04:13 +01:00
13 lines
196 B
C++
13 lines
196 B
C++
#ifndef QUERY_UTILS_H_
|
|
#define QUERY_UTILS_H_
|
|
|
|
#include <Arduino.h>
|
|
|
|
|
|
namespace QUERY_Utils {
|
|
|
|
String process(const String& query, const String& station, const uint8_t queryOrigin);
|
|
|
|
}
|
|
|
|
#endif |