Fix off-by-one bug. Stop clicking when all found.

This commit is contained in:
Derek Jamison
2023-10-20 16:43:38 -05:00
parent 87df63a3e9
commit 32b40d268a
5 changed files with 30 additions and 17 deletions

View File

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