Browse Source

fix: fota,wait函数没有参数才对

Wendal Chen 5 months ago
parent
commit
fcd938f4fa
1 changed files with 1 additions and 2 deletions
  1. 1 2
      luat/modules/luat_lib_fota.c

+ 1 - 2
luat/modules/luat_lib_fota.c

@@ -104,8 +104,7 @@ static int l_fota_init(lua_State* L)
 /**
 等待底层fota流程准备好
 @api fota.wait()
-@boolean 是否完整走完流程,true 表示正确走完流程了
-@return boolean 准备好返回true
+@return boolean 是否完整走完流程,true 表示正确走完流程了
 @usage
 local isDone = fota.wait()
 */