Răsfoiți Sursa

fix:注释错误

alienwalker 8 luni în urmă
părinte
comite
3d266f2ba9
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      components/camera/luat_lib_camera.c

+ 1 - 1
components/camera/luat_lib_camera.c

@@ -429,7 +429,7 @@ camera.capture(0, "/ram/123.jpg", 80)
 camera.capture(0, buff, 80)
 
 -- jpeg压缩质量,请使用 50 - 95 之间的数值
--- 为保持兼容性, 质量值1/2/3, 分别对应 90/85/99
+-- 为保持兼容性, 质量值1/2/3, 分别对应 90/95/99
 */
 static int l_camera_capture(lua_State *L) {
     int id = luaL_checkinteger(L, 1);