Skip to content

Commit d7e6a36

Browse files
author
Scott Powell
committed
* ver bump to v1.4.3
1 parent 396a7a2 commit d7e6a36

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

8888
#ifndef FIRMWARE_BUILD_DATE
89-
#define FIRMWARE_BUILD_DATE "30 Mar 2025"
89+
#define FIRMWARE_BUILD_DATE "7 Apr 2025"
9090
#endif
9191

9292
#ifndef FIRMWARE_VERSION
93-
#define FIRMWARE_VERSION "v1.4.2"
93+
#define FIRMWARE_VERSION "v1.4.3"
9494
#endif
9595

9696
#define CMD_APP_START 1

examples/simple_repeater/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
/* ------------------------------ Config -------------------------------- */
2121

2222
#ifndef FIRMWARE_BUILD_DATE
23-
#define FIRMWARE_BUILD_DATE "30 Mar 2025"
23+
#define FIRMWARE_BUILD_DATE "7 Apr 2025"
2424
#endif
2525

2626
#ifndef FIRMWARE_VERSION
27-
#define FIRMWARE_VERSION "v1.4.2"
27+
#define FIRMWARE_VERSION "v1.4.3"
2828
#endif
2929

3030
#ifndef LORA_FREQ

examples/simple_room_server/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
/* ------------------------------ Config -------------------------------- */
2121

2222
#ifndef FIRMWARE_BUILD_DATE
23-
#define FIRMWARE_BUILD_DATE "30 Mar 2025"
23+
#define FIRMWARE_BUILD_DATE "7 Apr 2025"
2424
#endif
2525

2626
#ifndef FIRMWARE_VERSION
27-
#define FIRMWARE_VERSION "v1.4.2"
27+
#define FIRMWARE_VERSION "v1.4.3"
2828
#endif
2929

3030
#ifndef LORA_FREQ

0 commit comments

Comments
 (0)