Skip to content

Commit 1e263ca

Browse files
author
Scott Powell
committed
* ver bump to v1.5.0
1 parent a81e8b4 commit 1e263ca

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
@@ -91,11 +91,11 @@ static uint32_t _atoi(const char* sp) {
9191
#define FIRMWARE_VER_CODE 4
9292

9393
#ifndef FIRMWARE_BUILD_DATE
94-
#define FIRMWARE_BUILD_DATE "7 Apr 2025"
94+
#define FIRMWARE_BUILD_DATE "21 Apr 2025"
9595
#endif
9696

9797
#ifndef FIRMWARE_VERSION
98-
#define FIRMWARE_VERSION "v1.4.3"
98+
#define FIRMWARE_VERSION "v1.5.0"
9999
#endif
100100

101101
#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 "7 Apr 2025"
23+
#define FIRMWARE_BUILD_DATE "21 Apr 2025"
2424
#endif
2525

2626
#ifndef FIRMWARE_VERSION
27-
#define FIRMWARE_VERSION "v1.4.3"
27+
#define FIRMWARE_VERSION "v1.5.0"
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 "7 Apr 2025"
23+
#define FIRMWARE_BUILD_DATE "21 Apr 2025"
2424
#endif
2525

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

3030
#ifndef LORA_FREQ

0 commit comments

Comments
 (0)