Update apps

This commit is contained in:
Willy-JL
2023-08-30 18:59:32 +02:00
parent 160ab755a2
commit ee37769ee2
308 changed files with 2314 additions and 801 deletions

View File

@@ -5,9 +5,9 @@ App(
entry_point="playlist_app",
requires=["storage", "gui", "dialogs", "subghz"],
stack_size=2 * 1024,
order=14,
fap_icon="subplaylist_10px.png",
fap_category="Sub-GHz",
fap_icon_assets="images",
fap_author="@darmiel",
fap_version="1.0",
fap_description="App works with list of sub-ghz files from .txt file that contains paths to target files.",

View File

@@ -6,6 +6,7 @@
#include <storage/storage.h>
#include <lib/toolbox/path.h>
#include "subghz_playlist_icons.h"
#include <assets_icons.h>
#include <lib/subghz/protocols/protocol_items.h>