Skip to content

Commit 658094f

Browse files
author
Scott Powell
committed
* ver bump: 1.3.0
1 parent 38b9834 commit 658094f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/companion_radio/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ static uint32_t _atoi(const char* sp) {
124124
#define FIRMWARE_VER_CODE 2
125125

126126
#ifndef FIRMWARE_BUILD_DATE
127-
#define FIRMWARE_BUILD_DATE "9 Mar 2025"
127+
#define FIRMWARE_BUILD_DATE "13 Mar 2025"
128128
#endif
129129

130130
#ifndef FIRMWARE_VERSION
131-
#define FIRMWARE_VERSION "v1.2.2"
131+
#define FIRMWARE_VERSION "v1.3.0"
132132
#endif
133133

134134
#define CMD_APP_START 1

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 "9 Mar 2025"
25+
#define FIRMWARE_BUILD_DATE "13 Mar 2025"
2626
#endif
2727

2828
#ifndef FIRMWARE_VERSION
29-
#define FIRMWARE_VERSION "v1.2.2"
29+
#define FIRMWARE_VERSION "v1.3.0"
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 "9 Mar 2025"
25+
#define FIRMWARE_BUILD_DATE "13 Mar 2025"
2626
#endif
2727

2828
#ifndef FIRMWARE_VERSION
29-
#define FIRMWARE_VERSION "v1.2.2"
29+
#define FIRMWARE_VERSION "v1.3.0"
3030
#endif
3131

3232
#ifndef LORA_FREQ

0 commit comments

Comments
 (0)