mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 09:28:37 -07:00
Temporarily backport app updates from apps repo
This commit is contained in:
@@ -5,9 +5,10 @@ App(
|
||||
entry_point="sentry_safe_app",
|
||||
requires=["gui"],
|
||||
stack_size=1 * 1024,
|
||||
order=80,
|
||||
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.",
|
||||
)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user