Эх сурвалжийг харах

update: 版本号更新到1025,air601默认开iotauth

Wendal Chen 2 жил өмнө
parent
commit
960b9fda7e

+ 1 - 1
app/port/luat_conf_bsp.h

@@ -2,7 +2,7 @@
 #ifndef LUAT_CONF_BSP
 #define LUAT_CONF_BSP
 
-#define LUAT_BSP_VERSION "V1023"
+#define LUAT_BSP_VERSION "V1025"
 
 //------------------------------------------------------
 // 以下custom --> 到  <-- custom 之间的内容,是供用户配置的

+ 1 - 1
app/port/luat_conf_bsp_air103.h

@@ -58,7 +58,7 @@
 #ifndef LUAT_CONF_BSP
 #define LUAT_CONF_BSP
 
-#define LUAT_BSP_VERSION "V1023"
+#define LUAT_BSP_VERSION "V1025"
 
 // Air101 与 Air103 的Flash大小有差异,需要区分
 #define AIR103

+ 2 - 2
app/port/luat_conf_bsp_air601.h

@@ -57,7 +57,7 @@
 #ifndef LUAT_CONF_BSP
 #define LUAT_CONF_BSP
 
-#define LUAT_BSP_VERSION "V1023"
+#define LUAT_BSP_VERSION "V1025"
 
 // Air601
 #define AIR601
@@ -123,7 +123,7 @@
 // #define LUAT_USE_TLS
 
 
-// #define LUAT_USE_IOTAUTH 1
+#define LUAT_USE_IOTAUTH 1
 
 //----------------------------
 // 常用工具库, 按需启用, cjson和pack是强烈推荐启用的