From 8f1a936c39ef968d0cce6810fad13c2da754ca85 Mon Sep 17 00:00:00 2001 From: pelgraine <140762863+pelgraine@users.noreply.github.com> Date: Sat, 7 Feb 2026 17:46:34 +1100 Subject: [PATCH] updated version in mymesh --- examples/companion_radio/MyMesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/companion_radio/MyMesh.h b/examples/companion_radio/MyMesh.h index efea86ac..afde7b13 100644 --- a/examples/companion_radio/MyMesh.h +++ b/examples/companion_radio/MyMesh.h @@ -12,7 +12,7 @@ #endif #ifndef FIRMWARE_VERSION -#define FIRMWARE_VERSION "Meck v0.6.3" +#define FIRMWARE_VERSION "Meck v0.7" #endif #if defined(NRF52_PLATFORM) || defined(STM32_PLATFORM)