mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
16 lines
358 B
Plaintext
16 lines
358 B
Plaintext
App(
|
|
appid="i2c_tools",
|
|
name="[I2C] Tools",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="i2ctools_app",
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
order=175,
|
|
fap_icon="i2ctools.png",
|
|
fap_category="GPIO",
|
|
fap_icon_assets="images",
|
|
fap_author="@NaejEL",
|
|
fap_version="1.0",
|
|
fap_description="Set of i2c tools",
|
|
)
|