From e1b3342e1251d987d64dee333ca7868c8728e252 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Thu, 24 Feb 2022 16:26:23 +0100 Subject: [PATCH] version update --- 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 074c8fa..0352a6b 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.7.0_zj" +#define VERSION "22.8.0" String create_lat_aprs(double lat); String create_long_aprs(double lng);