mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 13:33:06 +00:00
13 lines
275 B
Text
13 lines
275 B
Text
|
App(
|
||
|
appid="barcode_generator",
|
||
|
name="UPC-A Generator",
|
||
|
apptype=FlipperAppType.PLUGIN,
|
||
|
entry_point="barcode_UPCA_generator_app",
|
||
|
cdefines=["APP_BARCODE_GEN"],
|
||
|
requires=[
|
||
|
"gui",
|
||
|
"dialogs",
|
||
|
],
|
||
|
stack_size=1 * 1024,
|
||
|
order=50,
|
||
|
)
|