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;