Skip to content

Commit 9d82911

Browse files
author
Scott Powell
committed
* ver bump to v1.5.1
1 parent 631f593 commit 9d82911

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/companion_radio/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ static uint32_t _atoi(const char* sp) {
9595
#endif
9696

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

101101
#define CMD_APP_START 1

examples/simple_repeater/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#endif
2525

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

3030
#ifndef LORA_FREQ

examples/simple_room_server/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#endif
2525

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

3030
#ifndef LORA_FREQ

0 commit comments

Comments
 (0)