Updated readme and about text.
This commit is contained in:
@@ -16,6 +16,7 @@ WARNING -- This could desync your remote from the receiver.
|
||||
WARNING -- Don't run this near your garage. There is no reason to open the physical garage door & you will likely burn out the motor.
|
||||
|
||||
## Running
|
||||
- Step 0. Copy [these files](https://github.com/jamisonderek/flipper-zero-tutorials/tree/main/subghz/apps/genie-recorder) into your firmware ``applications_user\genie-recorder`` folder.
|
||||
- Step 1. Build your firmware. You will get a build error.
|
||||
- Step 2. Edit your ``firmware\targets\f7\api_symbols.csv`` file so that storage_file_sync is public.
|
||||
``Function,+,storage_file_sync,_Bool,File*``
|
||||
|
||||
@@ -223,7 +223,18 @@ GenieApp* genie_app_alloc() {
|
||||
0,
|
||||
128,
|
||||
64,
|
||||
"Genie garage door recorder.\n---\nConnect door to pin A7!\n\nauthor: @codeallnight\nhttps://discord.com/invite/NsjCvqwPAd\nhttps://youtube.com/@MrDerekJamison");
|
||||
"Genie garage door recorder.\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"
|
||||
"author: @codeallnight\n"
|
||||
"https://discord.com/invite/NsjCvqwPAd\n"
|
||||
"https://youtube.com/@MrDerekJamison\n"
|
||||
"https://github.com/jamisonderek/flipper-zero-tutorials");
|
||||
view_set_previous_callback(
|
||||
widget_get_view(app->widget_about), genie_navigation_submenu_callback);
|
||||
view_dispatcher_add_view(
|
||||
|
||||
Reference in New Issue
Block a user