From d29ca8d6e1d15372344779fc0c78b6834e7bed25 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Thu, 2 Mar 2023 09:20:45 -0300 Subject: [PATCH] updating igate --- src/LoRa_APRS_iGate_DIY.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LoRa_APRS_iGate_DIY.cpp b/src/LoRa_APRS_iGate_DIY.cpp index 8d635bd..2c02188 100644 --- a/src/LoRa_APRS_iGate_DIY.cpp +++ b/src/LoRa_APRS_iGate_DIY.cpp @@ -5,6 +5,7 @@ #include "iGate_config.h" #include "pins_config.h" +#define VERSION "V.0.0.9" //Still Beta? WiFiClient espClient; int status = WL_IDLE_STATUS; uint32_t lastTxTime = 0;