瀏覽代碼

Version bump to v1.2.1

Scott Powell 1 年之前
父節點
當前提交
808d3933c1
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      examples/companion_radio/main.cpp
  2. 1 1
      examples/simple_repeater/main.cpp
  3. 1 1
      examples/simple_room_server/main.cpp

+ 1 - 1
examples/companion_radio/main.cpp

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

+ 1 - 1
examples/simple_repeater/main.cpp

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

+ 1 - 1
examples/simple_room_server/main.cpp

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