Skip to content

Commit 9bd88d3

Browse files
committed
Squashed 'sentry_safe/' changes from 4eb9e1f..60f2144
60f2144 fixing some big bugs 77daf73 combine 1 8a997c6 move base pack here REVERT: 4eb9e1f Fix syntax REVERT: 2459be5 Add upstream remote REVERT: 673d533 Merge pull request #12 from H4ckd4ddy/rogue-version REVERT: 0452b35 Pull rogue version REVERT: 708e275 Merge pull request #10 from H4ckd4ddy/rogue-version REVERT: 0c912f5 Pull rogue version REVERT: 626457e Merge pull request #8 from bananu7/master REVERT: 010c359 Changed ValueMutex to new FuriMutex REVERT: 15c32e7 Update plugin and add build instructions REVERT: 19ac183 Use "Flipper Application Manifest Format" REVERT: 0d33cbf Update README.md REVERT: a937263 Initial commit REVERT: 4018a16 Initial commit git-subtree-dir: sentry_safe git-subtree-split: 60f2144
1 parent 4eb9e1f commit 9bd88d3

File tree

7 files changed

+5
-57
lines changed

7 files changed

+5
-57
lines changed

.gitremotes

Lines changed: 0 additions & 5 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

application.fam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ App(
55
entry_point="sentry_safe_app",
66
requires=["gui"],
77
stack_size=1 * 1024,
8-
order=40,
8+
order=80,
99
fap_icon="safe_10px.png",
1010
fap_category="GPIO",
11-
fap_author="@H4ckd4ddy",
12-
fap_version=(1, 0),
11+
fap_author="@H4ckd4ddy & @xMasterX (ported to latest firmware)",
12+
fap_version="1.1",
1313
fap_description="App exploiting vulnerability to open any Sentry Safe and Master Lock electronic safe without any pin code via UART pins.",
14-
)
14+
)

img/1.png

1.82 KB
Loading

img/2.png

1.62 KB
Loading

sentry_safe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ int32_t sentry_safe_app(void* p) {
150150
}
151151
}
152152

153-
view_port_update(view_port);
154153
furi_mutex_release(sentry_state->mutex);
154+
view_port_update(view_port);
155155
}
156156

157157
// Reset GPIO pins to default state

0 commit comments

Comments
 (0)