Browse Source

change: fskv在air101还不能启用

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

+ 2 - 2
app/port/luat_conf_bsp.h

@@ -73,9 +73,9 @@
 #define LUAT_USE_ZLIB 1 
 #define LUAT_USE_IR 1
 // FDB 提供kv数据库, 与nvm库类似
-// #define LUAT_USE_FDB 1
+#define LUAT_USE_FDB 1
 // fskv提供与fdb库兼容的API,旨在替换fdb库
-#define LUAT_USE_FSKV 1
+// #define LUAT_USE_FSKV 1
 #define LUAT_USE_OTA 1
 // #define LUAT_USE_I2CTOOLS 1
 // #define LUAT_USE_LORA 1