From 075d496de714d516487537d34a5e4d9a925a0736 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Thu, 2 Mar 2023 08:06:12 -0300 Subject: [PATCH] beta0.0.9 --- src/ESP32_APRS_Weather_Report.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ESP32_APRS_Weather_Report.cpp b/src/ESP32_APRS_Weather_Report.cpp index 009d775..42fd557 100644 --- a/src/ESP32_APRS_Weather_Report.cpp +++ b/src/ESP32_APRS_Weather_Report.cpp @@ -5,6 +5,7 @@ #include "time.h" #include "config.h" +#define VERSION "V.0.0.9" // 2023.03.02 WiFiClient espClient; HTTPClient http;