mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-26 00:10:11 +00:00
14 lines
286 B
Plaintext
14 lines
286 B
Plaintext
|
App(
|
||
|
appid="flipper_geiger",
|
||
|
name="Geiger counter",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="flipper_geiger_app",
|
||
|
cdefines=["APP_GEIGER"],
|
||
|
requires=[
|
||
|
"gui",
|
||
|
],
|
||
|
stack_size=1 * 1024,
|
||
|
fap_icon="geiger.png",
|
||
|
fap_category="GPIO_Extra",
|
||
|
)
|