ソースを参照

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
    
 /**