-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed8138c
commit 1664160
Showing
2 changed files
with
12 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
App( | ||
appid="test1", ## ID unico de la app | ||
appid="modbus", ## ID unico de la app | ||
name="MODBUS", ## Nombre a mostrar para el usuario final | ||
apptype=FlipperAppType.EXTERNAL, ## Tipo de app (aplicacion.fap) | ||
entry_point="test_app", ## Funcion C a ejecutar cuando se inicia la app | ||
entry_point="Modbus_app", ## Funcion C a ejecutar cuando se inicia la app | ||
requires=["gui"], ## Lista de apps necesarias | ||
stack_size= 25 * 1024, ## Tamaño en bytes de la memoria a reservar para la app | ||
fap_icon="test.png", ## Icono a usar para la aplicacion | ||
fap_icon="Modbus.png", ## Icono a usar para la aplicacion | ||
fap_category="Misc", ## Subcategoria para guardar la app en su carpeta | ||
) |