Browse Source

Version bump to v1.2.1

pull/71/head room-server-v1.2.1
Scott Powell 1 year ago
parent
commit
808d3933c1
  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

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

2
examples/simple_repeater/main.cpp

@ -26,7 +26,7 @@
#endif #endif
#ifndef FIRMWARE_VERSION #ifndef FIRMWARE_VERSION
#define FIRMWARE_VERSION "v1.2.0" #define FIRMWARE_VERSION "v1.2.1"
#endif #endif
#ifndef LORA_FREQ #ifndef LORA_FREQ

2
examples/simple_room_server/main.cpp

@ -26,7 +26,7 @@
#endif #endif
#ifndef FIRMWARE_VERSION #ifndef FIRMWARE_VERSION
#define FIRMWARE_VERSION "v1.2.0" #define FIRMWARE_VERSION "v1.2.1"
#endif #endif
#ifndef LORA_FREQ #ifndef LORA_FREQ

Loading…
Cancel
Save