Skip to content

Commit 165fb33

Browse files
author
Scott Powell
committed
* ver bump to v1.7.1
1 parent e31017b commit 165fb33

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/companion_radio/MyMesh.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
#define FIRMWARE_VER_CODE 6
1111

1212
#ifndef FIRMWARE_BUILD_DATE
13-
#define FIRMWARE_BUILD_DATE "7 Jun 2025"
13+
#define FIRMWARE_BUILD_DATE "29 Jun 2025"
1414
#endif
1515

1616
#ifndef FIRMWARE_VERSION
17-
#define FIRMWARE_VERSION "v1.7.0"
17+
#define FIRMWARE_VERSION "v1.7.1"
1818
#endif
1919

2020
#if defined(NRF52_PLATFORM) || defined(STM32_PLATFORM)

examples/simple_repeater/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
/* ------------------------------ Config -------------------------------- */
2323

2424
#ifndef FIRMWARE_BUILD_DATE
25-
#define FIRMWARE_BUILD_DATE "7 Jun 2025"
25+
#define FIRMWARE_BUILD_DATE "29 Jun 2025"
2626
#endif
2727

2828
#ifndef FIRMWARE_VERSION
29-
#define FIRMWARE_VERSION "v1.7.0"
29+
#define FIRMWARE_VERSION "v1.7.1"
3030
#endif
3131

3232
#ifndef LORA_FREQ

examples/simple_room_server/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
/* ------------------------------ Config -------------------------------- */
2323

2424
#ifndef FIRMWARE_BUILD_DATE
25-
#define FIRMWARE_BUILD_DATE "7 Jun 2025"
25+
#define FIRMWARE_BUILD_DATE "29 Jun 2025"
2626
#endif
2727

2828
#ifndef FIRMWARE_VERSION
29-
#define FIRMWARE_VERSION "v1.7.0"
29+
#define FIRMWARE_VERSION "v1.7.1"
3030
#endif
3131

3232
#ifndef LORA_FREQ

0 commit comments

Comments
 (0)