Temporarily backport app updates from apps repo

This commit is contained in:
Willy-JL
2023-11-12 11:06:02 +00:00
parent 79e7f491fe
commit e309fa8a88
1498 changed files with 1325977 additions and 20227 deletions

View File

@@ -19,6 +19,7 @@
#include <lib/subghz/subghz_setting.h>
#include <lib/subghz/registry.h>
#include "raw_samples.h"
#include "helpers/radio_device_loader.h"
#define TAG "ProtoView"

View File

@@ -4,10 +4,11 @@ App(
apptype=FlipperAppType.EXTERNAL,
entry_point="protoview_app_entry",
requires=["gui"],
stack_size=8 * 1024,
stack_size=8*1024,
order=50,
fap_icon="appicon.png",
fap_category="Sub-GHz",
fap_author="@antirez & (fixes by @xMasterX)",
fap_version="1.0",
fap_version="1.1",
fap_description="Digital signal detection, visualization, editing and reply tool",
)