浏览代码

add version for bt6708

balbekova 7 年之前
父节点
当前提交
b590099832
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      config/common_config.h

+ 2 - 1
config/common_config.h

@@ -35,12 +35,13 @@
 /**
   * @brief  Версия прошивки
   */
-#define VERSION                         "1.1"
 
 #ifdef HARDWARE_BT6706
 #define VERSION                         "1.0"
 #elif HARDWARE_BT6702
 #define VERSION                         "1.1"
+#elif HARDWARE_BT6708
+#define VERSION                         "1.0a"
 #endif
    
 /**