Skip to content

Commit

Permalink
Merge pull request #150 from ligenxxxx/fix-camera-menu-brightness-dis…
Browse files Browse the repository at this point in the history
…play

fix camera menu brightness item display
  • Loading branch information
ligenxxxx authored Aug 22, 2023
2 parents 468a53a + 1f5f65b commit 88820d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,10 +650,10 @@ uint8_t camera_status_update(uint8_t op) {
case CAM_STATUS_IDLE:
if (op == BTN_MID) {
reset_isp_need = 0;
camera_menu_cursor_update(0);
camera_menu_long_press(op, last_op, 1);

camMenuStatus = CAM_STATUS_PROFILE;
camera_menu_cursor_update(0);
}
break;

Expand Down

0 comments on commit 88820d8

Please sign in to comment.