genie_recorder 1.3 (no private API)

This commit is contained in:
Derek Jamison
2023-10-11 16:27:41 -05:00
parent 1cc4506a6b
commit 4202990995
5 changed files with 45 additions and 84 deletions

View File

@@ -176,7 +176,6 @@ void genie_exit_callback(void* context) {
release_button(app);
stop_listening(app->genie_subghz);
furi_timer_stop(app->timer);
genie_file_close();
}
GenieApp* genie_app_alloc() {
@@ -223,14 +222,20 @@ GenieApp* genie_app_alloc() {
0,
128,
64,
"Genie garage door recorder.\nVersion 1.2\n---\n"
"Genie garage door recorder.\n"
"Version 1.3\n---\n"
"Custom keeloq.c firmware\n"
"is required for this app.\n"
"---\n"
"This app clicks your remote\n"
"and records the keys, so you\n"
"can replay them later.\n"
"Connect your remote to pin\n"
"A7 and GND. Wiring diagram\n"
"at https://tinyurl.com/genierecorder or github.\n"
"Once connected run Start!\n---\n"
"Once connected and\n"
"firmware is updated,\n"
"run Start!\n---\n"
"author: @codeallnight\n"
"https://discord.com/invite/NsjCvqwPAd\n"
"https://youtube.com/@MrDerekJamison\n"