@@ -231,6 +231,9 @@ static const luaL_Reg loadedlibs[] = {
#endif
#ifdef LUAT_USE_REPL
{"repl", luaopen_repl},
+#endif
+#ifdef LUAT_USE_ICONV
+ {"iconv", luaopen_iconv},
// {"opus", luaopen_opus},
{NULL, NULL}
@@ -50,8 +50,8 @@
// OTP
#define LUAT_USE_OTP 1
#define LUAT_USE_TOUCHKEY 1
-// i2s
-//#define LUAt_USE_I2S 1
+
+// #define LUAT_USE_ICONV 1
// wlan库相关
// #define LUAT_USE_WLAN