Skip to content

Commit

Permalink
fixing some big bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Sep 11, 2023
1 parent 77daf73 commit 60f2144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ App(
fap_icon="safe_10px.png",
fap_category="GPIO",
fap_author="@H4ckd4ddy & @xMasterX (ported to latest firmware)",
fap_version="1.0",
fap_version="1.1",
fap_description="App exploiting vulnerability to open any Sentry Safe and Master Lock electronic safe without any pin code via UART pins.",
)
2 changes: 1 addition & 1 deletion sentry_safe.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ int32_t sentry_safe_app(void* p) {
}
}

view_port_update(view_port);
furi_mutex_release(sentry_state->mutex);
view_port_update(view_port);
}

// Reset GPIO pins to default state
Expand Down

0 comments on commit 60f2144

Please sign in to comment.