* ver bump to 1.7.4

This commit is contained in:
Scott Powell
2025-07-24 20:30:35 +10:00
parent 048fa03784
commit 365cb89634
4 changed files with 8 additions and 8 deletions

View File

@@ -10,11 +10,11 @@
#define FIRMWARE_VER_CODE 7
#ifndef FIRMWARE_BUILD_DATE
#define FIRMWARE_BUILD_DATE "15 Jul 2025"
#define FIRMWARE_BUILD_DATE "24 Jul 2025"
#endif
#ifndef FIRMWARE_VERSION
#define FIRMWARE_VERSION "v1.7.3"
#define FIRMWARE_VERSION "v1.7.4"
#endif
#if defined(NRF52_PLATFORM) || defined(STM32_PLATFORM)