From 881123575b8df776c6059fafa0714652641fd183 Mon Sep 17 00:00:00 2001 From: "Hansi, dl9rdz" Date: Wed, 5 Feb 2025 17:21:57 +0000 Subject: [PATCH] tentative update for new RS41 version, untested --- RX_FSK/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RX_FSK/version.h b/RX_FSK/version.h index d9035e4..aafeb08 100644 --- a/RX_FSK/version.h +++ b/RX_FSK/version.h @@ -1,4 +1,4 @@ const char *version_name = "rdzTTGOsonde"; -const char *version_id = "dev20250108"; +const char *version_id = "dev20250205"; const int FS_MAJOR=3; const int FS_MINOR=3;