Browse Source

* ver bump to v1.5.1

pull/219/head
Scott Powell 1 year ago
parent
commit
9d82911e18
  1. 2
      examples/companion_radio/main.cpp
  2. 2
      examples/simple_repeater/main.cpp
  3. 2
      examples/simple_room_server/main.cpp

2
examples/companion_radio/main.cpp

@ -95,7 +95,7 @@ static uint32_t _atoi(const char* sp) {
#endif
#ifndef FIRMWARE_VERSION
#define FIRMWARE_VERSION "v1.5.0"
#define FIRMWARE_VERSION "v1.5.1"
#endif
#define CMD_APP_START 1

2
examples/simple_repeater/main.cpp

@ -24,7 +24,7 @@
#endif
#ifndef FIRMWARE_VERSION
#define FIRMWARE_VERSION "v1.5.0"
#define FIRMWARE_VERSION "v1.5.1"
#endif
#ifndef LORA_FREQ

2
examples/simple_room_server/main.cpp

@ -24,7 +24,7 @@
#endif
#ifndef FIRMWARE_VERSION
#define FIRMWARE_VERSION "v1.5.0"
#define FIRMWARE_VERSION "v1.5.1"
#endif
#ifndef LORA_FREQ

Loading…
Cancel
Save