From 6f9bdcb60baefaf25f9de0d390843b064d1a314d Mon Sep 17 00:00:00 2001 From: G4lile0 Date: Sun, 24 Mar 2024 20:32:38 +0100 Subject: [PATCH] 2403241 release --- tinyGS/src/Status.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyGS/src/Status.h b/tinyGS/src/Status.h index 9a4631c4..a6df4738 100644 --- a/tinyGS/src/Status.h +++ b/tinyGS/src/Status.h @@ -67,7 +67,7 @@ struct TextFrame { }; struct Status { - const uint32_t version = 2403161; // version year month day release + const uint32_t version = 2403241; // version year month day release const char* git_version = GIT_VERSION; bool mqtt_connected = false; bool radio_ready = false;