From 0be77ef7597652e7a2fb4493a15dc110c2dc3afc Mon Sep 17 00:00:00 2001 From: pelgraine <140762863+pelgraine@users.noreply.github.com> Date: Thu, 29 Jan 2026 22:06:41 +1100 Subject: [PATCH] "updated firmware version on 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 e4cb0a2..2765ab3 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.4" +#define FIRMWARE_VERSION "Meck v0.5" #endif #if defined(NRF52_PLATFORM) || defined(STM32_PLATFORM)