Skip to content

Commit 2afcfed

Browse files
committed
fix QT 0x1 generation
1 parent d1489d0 commit 2afcfed

File tree

1 file changed

+2
-2
lines changed
  • source/application/lua_libraries

1 file changed

+2
-2
lines changed

source/application/lua_libraries/camera.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ static int lua_camera_read(lua_State *L)
374374
header[i] = (uint8_t)t;
375375
}
376376

377-
for (int i = 93; i <= 156; i++)
377+
for (int i = 94; i <= 157; i++)
378378
{
379379
float t = (scale * header[i] + 50) / 100;
380380

@@ -1075,4 +1075,4 @@ void lua_open_camera_library(lua_State *L)
10751075
lua_setfield(L, -2, "camera");
10761076

10771077
lua_pop(L, 1);
1078-
}
1078+
}

0 commit comments

Comments
 (0)