Skip to content

Commit 6a09374

Browse files
author
Scott Powell
committed
* ver bump to v1.4.0
1 parent fd55837 commit 6a09374

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
@@ -141,11 +141,11 @@ static uint32_t _atoi(const char* sp) {
141141
#define FIRMWARE_VER_CODE 3
142142

143143
#ifndef FIRMWARE_BUILD_DATE
144-
#define FIRMWARE_BUILD_DATE "13 Mar 2025"
144+
#define FIRMWARE_BUILD_DATE "19 Mar 2025"
145145
#endif
146146

147147
#ifndef FIRMWARE_VERSION
148-
#define FIRMWARE_VERSION "v1.3.0"
148+
#define FIRMWARE_VERSION "v1.4.0"
149149
#endif
150150

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

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

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

3232
#ifndef LORA_FREQ

0 commit comments

Comments
 (0)