mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-06 05:19:09 -07:00
17 lines
462 B
Plaintext
17 lines
462 B
Plaintext
App(
|
|
appid="calculator",
|
|
name="Calculator",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="calculator_app",
|
|
cdefines=["APP_CALCULATOR"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=45,
|
|
fap_icon="calcIcon.png",
|
|
fap_category="Tools",
|
|
fap_author="@n-o-T-I-n-s-a-n-e",
|
|
fap_weburl="https://github.com/n-o-T-I-n-s-a-n-e",
|
|
fap_version="1.0",
|
|
fap_description="Calculator, that can calculate simple expressions",
|
|
)
|