Skip to content

Commit 88b88cb

Browse files
author
Scott Powell
committed
* ver bump to 1.4.1
1 parent 753e6a6 commit 88b88cb

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

9191
#ifndef FIRMWARE_BUILD_DATE
92-
#define FIRMWARE_BUILD_DATE "19 Mar 2025"
92+
#define FIRMWARE_BUILD_DATE "25 Mar 2025"
9393
#endif
9494

9595
#ifndef FIRMWARE_VERSION
96-
#define FIRMWARE_VERSION "v1.4.0"
96+
#define FIRMWARE_VERSION "v1.4.1"
9797
#endif
9898

9999
#define CMD_APP_START 1

examples/simple_repeater/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
/* ------------------------------ Config -------------------------------- */
2424

2525
#ifndef FIRMWARE_BUILD_DATE
26-
#define FIRMWARE_BUILD_DATE "19 Mar 2025"
26+
#define FIRMWARE_BUILD_DATE "25 Mar 2025"
2727
#endif
2828

2929
#ifndef FIRMWARE_VERSION
30-
#define FIRMWARE_VERSION "v1.4.0"
30+
#define FIRMWARE_VERSION "v1.4.1"
3131
#endif
3232

3333
#ifndef LORA_FREQ

examples/simple_room_server/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
/* ------------------------------ Config -------------------------------- */
2424

2525
#ifndef FIRMWARE_BUILD_DATE
26-
#define FIRMWARE_BUILD_DATE "19 Mar 2025"
26+
#define FIRMWARE_BUILD_DATE "25 Mar 2025"
2727
#endif
2828

2929
#ifndef FIRMWARE_VERSION
30-
#define FIRMWARE_VERSION "v1.4.0"
30+
#define FIRMWARE_VERSION "v1.4.1"
3131
#endif
3232

3333
#ifndef LORA_FREQ

0 commit comments

Comments
 (0)