Browse Source

[BT-6709-MTS]fix production part

balbekova 2 năm trước cách đây
mục cha
commit
baf8dd183c
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      modules/testing/testing.c

+ 2 - 0
modules/testing/testing.c

@@ -125,6 +125,8 @@ void TEST_SendData(void)
 	  strcpy(msg, HW_REV);
 #ifdef HARDWARE_BT6709
       strcat(msg, "_BEELINE");
+#elif HARDWARE_BT6709_MTS
+      strcat(msg, "_MTS");
 #endif
 	  strcat(msg, ";");