Skip to content

Commit 365cb89

Browse files
author
Scott Powell
committed
* ver bump to 1.7.4
1 parent 048fa03 commit 365cb89

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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 7
1111

1212
#ifndef FIRMWARE_BUILD_DATE
13-
#define FIRMWARE_BUILD_DATE "15 Jul 2025"
13+
#define FIRMWARE_BUILD_DATE "24 Jul 2025"
1414
#endif
1515

1616
#ifndef FIRMWARE_VERSION
17-
#define FIRMWARE_VERSION "v1.7.3"
17+
#define FIRMWARE_VERSION "v1.7.4"
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 "15 Jul 2025"
25+
#define FIRMWARE_BUILD_DATE "24 Jul 2025"
2626
#endif
2727

2828
#ifndef FIRMWARE_VERSION
29-
#define FIRMWARE_VERSION "v1.7.3"
29+
#define FIRMWARE_VERSION "v1.7.4"
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 "15 Jul 2025"
25+
#define FIRMWARE_BUILD_DATE "24 Jul 2025"
2626
#endif
2727

2828
#ifndef FIRMWARE_VERSION
29-
#define FIRMWARE_VERSION "v1.7.3"
29+
#define FIRMWARE_VERSION "v1.7.4"
3030
#endif
3131

3232
#ifndef LORA_FREQ

examples/simple_sensor/SensorMesh.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ struct ContactInfo {
4949
};
5050

5151
#ifndef FIRMWARE_BUILD_DATE
52-
#define FIRMWARE_BUILD_DATE "2 Jul 2025"
52+
#define FIRMWARE_BUILD_DATE "24 Jul 2025"
5353
#endif
5454

5555
#ifndef FIRMWARE_VERSION
56-
#define FIRMWARE_VERSION "v1.7.2"
56+
#define FIRMWARE_VERSION "v1.7.4"
5757
#endif
5858

5959
#define FIRMWARE_ROLE "sensor"

0 commit comments

Comments
 (0)