mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 16:48:35 -07:00
move last apps into microsd
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
App(
|
App(
|
||||||
appid="clock",
|
appid="clock",
|
||||||
name="Clock",
|
name="Clock",
|
||||||
apptype=FlipperAppType.APP,
|
apptype=FlipperAppType.MENUEXTERNAL,
|
||||||
entry_point="clock_app",
|
entry_point="clock_app",
|
||||||
cdefines=["APP_CLOCK"],
|
|
||||||
requires=["gui"],
|
|
||||||
icon="A_Clock_14",
|
icon="A_Clock_14",
|
||||||
stack_size=2 * 1024,
|
stack_size=2 * 1024,
|
||||||
order=81,
|
order=81,
|
||||||
|
fap_icon="icon.png",
|
||||||
|
fap_category="Tools",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
BIN
applications/main/clock_app/icon.png
Normal file
BIN
applications/main/clock_app/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
@@ -1,17 +1,11 @@
|
|||||||
App(
|
App(
|
||||||
appid="subghz_remote",
|
appid="subghz_remote",
|
||||||
name="Sub-GHz Remote",
|
name="Sub-GHz Remote",
|
||||||
apptype=FlipperAppType.APP,
|
apptype=FlipperAppType.MENUEXTERNAL,
|
||||||
entry_point="subghz_remote_app",
|
entry_point="subghz_remote_app",
|
||||||
cdefines=[
|
|
||||||
"APP_SUBGHZREMOTE",
|
|
||||||
"SUBREM_LIGHT",
|
|
||||||
],
|
|
||||||
requires=[
|
|
||||||
"gui",
|
|
||||||
"dialogs",
|
|
||||||
],
|
|
||||||
icon="A_SubGHzRemote_14",
|
icon="A_SubGHzRemote_14",
|
||||||
stack_size=2 * 1024,
|
stack_size=2 * 1024,
|
||||||
order=11,
|
order=11,
|
||||||
)
|
fap_icon="icon.png",
|
||||||
|
fap_category="Sub-Ghz",
|
||||||
|
)
|
||||||
|
|||||||
BIN
applications/main/subghz_remote/icon.png
Normal file
BIN
applications/main/subghz_remote/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
@@ -1,5 +1,8 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#define SUBREM_LIGHT 1
|
||||||
|
#define APP_SUBGHZREMOTE 1
|
||||||
|
|
||||||
#include "helpers/subrem_types.h"
|
#include "helpers/subrem_types.h"
|
||||||
#include "helpers/subrem_presets.h"
|
#include "helpers/subrem_presets.h"
|
||||||
#include "scenes/subrem_scene.h"
|
#include "scenes/subrem_scene.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user