mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 18:51:29 +00:00
Added xMasterX API v11.x source
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
App(
|
||||
appid="qrcode",
|
||||
name="QR Code",
|
||||
fap_version=(1,1),
|
||||
fap_description="Display qrcodes",
|
||||
fap_author="Bob Matcuk",
|
||||
fap_weburl="https://github.com/bmatcuk/flipperzero-qrcode",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="qrcode_app",
|
||||
stack_size=2 * 1024,
|
||||
cdefines=["APP_QRCODE"],
|
||||
requires=[
|
||||
"gui",
|
||||
"dialogs",
|
||||
],
|
||||
fap_category="Misc_Extra",
|
||||
fap_icon="icons/qrcode_10px.png",
|
||||
fap_icon_assets="icons",
|
||||
)
|
||||
Reference in New Issue
Block a user