mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 17:21:30 +00:00
Reorg, added more sources
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
App(
|
||||
appid="I2C_Tools",
|
||||
name="i2c Tools",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="i2ctools_app",
|
||||
cdefines=["APP_I2CTOOLS"],
|
||||
requires=["gui"],
|
||||
stack_size=2 * 1024,
|
||||
order=175,
|
||||
fap_icon="i2ctools.png",
|
||||
fap_category="GPIO",
|
||||
fap_icon_assets="images",
|
||||
)
|
||||
Reference in New Issue
Block a user