Browse Source

fix: errdump要默认关闭

Wendal Chen 2 years ago
parent
commit
492b5224d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/port/luat_conf_bsp.h

+ 1 - 1
app/port/luat_conf_bsp.h

@@ -62,7 +62,7 @@
 // #define LUAT_USE_SNTP
 // #define LUAT_USE_HTTPSRV
 // #define LUAT_USE_FTP
-#define LUAT_USE_ERRDUMP 1
+// #define LUAT_USE_ERRDUMP 1
 
 
 #define LUAT_USE_IOTAUTH 1