From a2ca7476d8511d0d88c72a0e71c09228378428ee Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Mon, 23 Jan 2023 11:54:51 +0100 Subject: [PATCH] Update LoRa_APRS_iGate.cpp --- 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 ac64b7c..a6fc270 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -21,7 +21,7 @@ #include "TaskWifi.h" #include "project_configuration.h" -#define VERSION "22.46.0" +#define VERSION "23.04.0" #define MODULE_NAME "Main" String create_lat_aprs(double lat);