Ver Fonte

add:修复报错

Dozingfiretruck há 3 anos atrás
pai
commit
123a2c09a1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      application/src/luat_base_air105.c

+ 1 - 1
application/src/luat_base_air105.c

@@ -206,7 +206,7 @@ static const luaL_Reg loadedlibs[] = {
   {"w5500", luaopen_w5500},
   {"network", luaopen_network_adapter},
   {"mqtt", luaopen_mqtt},
-  {"http2", luaopen_http2},
+  {"http2", luaopen_http},
 #endif
 // #ifdef LUAT_USE_FOTA
   {"fota", luaopen_fota},