more const cleaning

This commit is contained in:
richonguzman
2024-06-05 23:49:16 -04:00
parent 18de124c04
commit c89ca7316f
10 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ extern int freqError;
namespace QUERY_Utils {
String process(const String& query, const String& station, uint8_t queryOrigin) {
String process(const String& query, const String& station, const uint8_t queryOrigin) {
String answer;
if (query=="?APRS?" || query=="?aprs?" || query=="?Aprs?" || query=="H" || query=="h" || query=="HELP" || query=="Help" || query=="help" || query=="?") {
answer = "?APRSV ?APRSP ?APRSL ?APRSH ?WHERE callsign";