Ver código fonte

BT6706: change relays state

balbekova 7 anos atrás
pai
commit
76cebeb98f
1 arquivos alterados com 7 adições e 1 exclusões
  1. 7 1
      config/common_config.h

+ 7 - 1
config/common_config.h

@@ -34,6 +34,12 @@
   * @brief  Версия прошивки
   */
 #define VERSION                         "1.1"
+
+#ifdef HARDWARE_BT6706
+#define VERSION                         "1.0"
+#elif HARDWARE_BT6702
+#define VERSION                         "1.1"
+#endif
    
 /**
   * @brief  Адрес сектора настроек
@@ -87,7 +93,7 @@
 /**
   * @brief  Отладочный порт USART и консоль
   */
-#define USART_DEBUG_ENABLE
+//#define USART_DEBUG_ENABLE
 
 #define SYSTEMTICK_PERIOD_MS  1