소스 검색

add:修复报错

Dozingfiretruck 3 년 전
부모
커밋
123a2c09a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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},