From 21b1ab0e2e7a1a094be16a64a82a9955db22825a Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sat, 19 Mar 2022 20:54:27 +0100 Subject: [PATCH] version push --- src/LoRa_APRS_iGate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index afaa3f0..205e00d 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -19,7 +19,7 @@ #include "TaskWifi.h" #include "project_configuration.h" -#define VERSION "22.11.0" +#define VERSION "22.11.1" String create_lat_aprs(double lat); String create_long_aprs(double lng);