From 9de510ccb13c7daa0fd044219075d46c6ea4cc1d Mon Sep 17 00:00:00 2001 From: richonguzman Date: Thu, 2 Mar 2023 08:18:25 -0300 Subject: [PATCH] beta --- src/ESP32_APRS_Weather_Report.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ESP32_APRS_Weather_Report.cpp b/src/ESP32_APRS_Weather_Report.cpp index 42fd557..c3c34b1 100644 --- a/src/ESP32_APRS_Weather_Report.cpp +++ b/src/ESP32_APRS_Weather_Report.cpp @@ -5,7 +5,7 @@ #include "time.h" #include "config.h" -#define VERSION "V.0.0.9" // 2023.03.02 +#define VERSION "V.0.0.9" // 2023.03.02 BETA WiFiClient espClient; HTTPClient http;