This commit is contained in:
richonguzman
2024-12-04 13:59:46 -03:00
parent dd89f56436
commit 9801545965
23 changed files with 0 additions and 50 deletions
+13
View File
@@ -0,0 +1,13 @@
#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