mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-01-02 18:27:16 +03:00
move last apps into microsd
This commit is contained in:
parent
dab2e6e39c
commit
5398fb806e
@ -1,12 +1,11 @@
|
||||
App(
|
||||
appid="clock",
|
||||
name="Clock",
|
||||
apptype=FlipperAppType.APP,
|
||||
apptype=FlipperAppType.MENUEXTERNAL,
|
||||
entry_point="clock_app",
|
||||
cdefines=["APP_CLOCK"],
|
||||
requires=["gui"],
|
||||
icon="A_Clock_14",
|
||||
stack_size=2 * 1024,
|
||||
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(
|
||||
appid="subghz_remote",
|
||||
name="Sub-GHz Remote",
|
||||
apptype=FlipperAppType.APP,
|
||||
apptype=FlipperAppType.MENUEXTERNAL,
|
||||
entry_point="subghz_remote_app",
|
||||
cdefines=[
|
||||
"APP_SUBGHZREMOTE",
|
||||
"SUBREM_LIGHT",
|
||||
],
|
||||
requires=[
|
||||
"gui",
|
||||
"dialogs",
|
||||
],
|
||||
icon="A_SubGHzRemote_14",
|
||||
stack_size=2 * 1024,
|
||||
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
|
||||
|
||||
#define SUBREM_LIGHT 1
|
||||
#define APP_SUBGHZREMOTE 1
|
||||
|
||||
#include "helpers/subrem_types.h"
|
||||
#include "helpers/subrem_presets.h"
|
||||
#include "scenes/subrem_scene.h"
|
||||
|
Loading…
Reference in New Issue
Block a user