Ver1.3: (w35, w36, PACS_ fields, filename)

This commit is contained in:
Derek Jamison 2023-12-03 14:02:46 -06:00
parent 46a0d76f52
commit 606abe7887
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ App(
entry_point="wiegand_app",
requires=["gui"],
stack_size=2 * 1024,
fap_version=(1, 2),
fap_version=(1, 3),
fap_icon="wiegand.png",
fap_category="GPIO",
)

View File

@ -10,7 +10,7 @@ void wiegand_instructions_scene_on_enter(void* context) {
15,
128,
40,
"Version 1.2\n"
"Version 1.3\n"
"Only use on devices you own!\n"
"Connect D0 (Green) to pin A4\n"
"Connect D1 (White) to pin A7\n"