Skip to content

Commit 637891b

Browse files
author
Scott Powell
committed
* ver bump
1 parent a4c2da9 commit 637891b

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
@@ -8,11 +8,11 @@
88
#define FIRMWARE_VER_CODE 7
99

1010
#ifndef FIRMWARE_BUILD_DATE
11-
#define FIRMWARE_BUILD_DATE "31 Aug 2025"
11+
#define FIRMWARE_BUILD_DATE "1 Sep 2025"
1212
#endif
1313

1414
#ifndef FIRMWARE_VERSION
15-
#define FIRMWARE_VERSION "v1.8.0"
15+
#define FIRMWARE_VERSION "v1.8.1"
1616
#endif
1717

1818
#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 "31 Aug 2025"
25+
#define FIRMWARE_BUILD_DATE "1 Sep 2025"
2626
#endif
2727

2828
#ifndef FIRMWARE_VERSION
29-
#define FIRMWARE_VERSION "v1.8.0"
29+
#define FIRMWARE_VERSION "v1.8.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 "31 Aug 2025"
25+
#define FIRMWARE_BUILD_DATE "1 Sep 2025"
2626
#endif
2727

2828
#ifndef FIRMWARE_VERSION
29-
#define FIRMWARE_VERSION "v1.8.0"
29+
#define FIRMWARE_VERSION "v1.8.1"
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 "31 Aug 2025"
52+
#define FIRMWARE_BUILD_DATE "1 Sep 2025"
5353
#endif
5454

5555
#ifndef FIRMWARE_VERSION
56-
#define FIRMWARE_VERSION "v1.8.0"
56+
#define FIRMWARE_VERSION "v1.8.1"
5757
#endif
5858

5959
#define FIRMWARE_ROLE "sensor"

0 commit comments

Comments
 (0)