mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
17 lines
344 B
Plaintext
17 lines
344 B
Plaintext
App(
|
|
appid="hex_editor",
|
|
name="HEX Editor",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="hex_editor_app",
|
|
cdefines=["APP_HEX_EDITOR"],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
stack_size=2 * 1024,
|
|
order=20,
|
|
fap_icon="icons/edit_10px.png",
|
|
fap_category="Tools",
|
|
fap_icon_assets="icons",
|
|
)
|