Skip to content

Commit 2cb742b

Browse files
author
Scott Powell
committed
ver bump to 1.2.2
1 parent 291b98c commit 2cb742b

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
@@ -120,11 +120,11 @@ static uint32_t _atoi(const char* sp) {
120120
#define FIRMWARE_VER_CODE 2
121121

122122
#ifndef FIRMWARE_BUILD_DATE
123-
#define FIRMWARE_BUILD_DATE "7 Mar 2025"
123+
#define FIRMWARE_BUILD_DATE "9 Mar 2025"
124124
#endif
125125

126126
#ifndef FIRMWARE_VERSION
127-
#define FIRMWARE_VERSION "v1.2.1"
127+
#define FIRMWARE_VERSION "v1.2.2"
128128
#endif
129129

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

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

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

3232
#ifndef LORA_FREQ

0 commit comments

Comments
 (0)