From 31373cbfff4a0c0d06c542252bf9373fd8e3a6c8 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Tue, 26 Dec 2023 20:55:53 -0300 Subject: [PATCH] version update --- README.md | 4 +++- src/LoRa_APRS_iGate.cpp | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bdd80e..f6ef98f 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,11 @@ ____________________________________________________ ____________________________________________________ ## Timeline (Versions): +- 2023.12.27 HELTEC V3 board support added. +- 2023.12.26 Added BME680 module to BME/BMP280 modules supported. - 2023.12.20 Updated to ElegantOTA v.3 (AsyncElegantOTA was deprecated). - 2023.12.07 MIC-E process and syslog added. -- 2023.12.06 Heltec V2 support added. +- 2023.12.06 HELTEC V2 board support added. - 2023.11.26 Small correction to enable Syslog in stationMode5. - 2023.10.09 Added "WIDE1-1" to Tx packets from iGate to be *repeated* by Digirepeaters. - 2023.10.09 Added Support also for BMP280 module. diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 098c7ca..bce9c44 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -20,7 +20,7 @@ Configuration Config; WiFiClient espClient; -String versionDate = "2023.12.24"; +String versionDate = "2023.12.27"; int myWiFiAPIndex = 0; int myWiFiAPSize = Config.wifiAPs.size(); WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];