21 lines
1.1 KiB
C
21 lines
1.1 KiB
C
#pragma once
|
|
|
|
#define GENIE_ABOUT_TEXT \
|
|
"Genie garage door recorder.\n" \
|
|
"Version 3.0\n---\n" \
|
|
"This app clicks your remote\n" \
|
|
"and records the keys, so you\n" \
|
|
"can replay them later with\n" \
|
|
"the application!\n" \
|
|
"---\n" \
|
|
"Connect Genie remote to pin\n" \
|
|
"A7 and GND. Wiring diagram\n" \
|
|
"at https://tinyurl.com/genierecorder or github.\n" \
|
|
"Once remote connected," \
|
|
"click Learn to capture!\n---\n" \
|
|
"author: @codeallnight\n" \
|
|
"https://discord.com/invite/NsjCvqwPAd\n" \
|
|
"https://youtube.com/@MrDerekJamison\n" \
|
|
"https://github.com/jamisonderek/flipper-zero-tutorials" \
|
|
""
|