浏览代码

* room server: version bump to v1.1.0. This is now NOT compatible with previous clients (TDeck and companion radio).

Scott Powell 1 年之前
父节点
当前提交
5c5b9aa2e3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/simple_room_server/main.cpp

+ 2 - 2
examples/simple_room_server/main.cpp

@@ -22,11 +22,11 @@
 /* ------------------------------ Config -------------------------------- */
 
 #ifndef FIRMWARE_BUILD_DATE
-  #define FIRMWARE_BUILD_DATE   "3 Mar 2025"
+  #define FIRMWARE_BUILD_DATE   "6 Mar 2025"
 #endif
 
 #ifndef FIRMWARE_VERSION
-  #define FIRMWARE_VERSION   "v1.0.0"
+  #define FIRMWARE_VERSION   "v1.1.0"
 #endif
 
 #ifndef LORA_FREQ