mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
Rename
This commit is contained in:
parent
2f284cdb18
commit
3e09793b54
2 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
|||
App(
|
||||
appid="subrem_remote_fap",
|
||||
name="Sub-GHz Remote",
|
||||
appid="subrem_configurator",
|
||||
name="SubRem Configurator",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="subghz_remote_app",
|
||||
requires=[
|
||||
"gui",
|
||||
"dialogs",
|
||||
],
|
||||
stack_size=3 * 1024,
|
||||
stack_size=2 * 1024,
|
||||
order=50,
|
||||
fap_description="Remote control for transmission multiple *.sub files",
|
||||
fap_category="Debug", #"Sub-Ghz"
|
||||
fap_description="File Editor for the SubGhz Remote app",
|
||||
fap_category="Sub-Ghz",
|
||||
fap_icon_assets="icons",
|
||||
fap_icon="icons/subrem_10px.png",
|
||||
)
|
|
@ -5,7 +5,7 @@
|
|||
#include "scenes/subrem_scene.h"
|
||||
|
||||
#include "helpers/txrx/subghz_txrx.h"
|
||||
#include <subrem_remote_fap_icons.h>
|
||||
#include <subrem_configurator_icons.h>
|
||||
|
||||
#include "views/remote.h"
|
||||
#include "views/edit_menu.h"
|
||||
|
|
Loading…
Reference in a new issue