Add version info.

This commit is contained in:
Derek Jamison 2023-10-03 16:56:07 -05:00
parent 1569680800
commit 1cc4506a6b
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ App(
entry_point="genie_record_app",
requires=["gui", "subghz"],
stack_size=2 * 1024,
fap_version=(1, 1),
fap_version=(1, 2),
fap_icon="genie.png",
fap_category="Sub-GHz",
fap_icon_assets="assets",

View File

@ -223,7 +223,7 @@ GenieApp* genie_app_alloc() {
0,
128,
64,
"Genie garage door recorder.\n---\n"
"Genie garage door recorder.\nVersion 1.2\n---\n"
"This app clicks your remote\n"
"and records the keys, so you\n"
"can replay them later.\n"