mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 06:58:36 -07:00
Temporarily backport app updates from apps repo
This commit is contained in:
1
applications/external/protoview/app.h
vendored
1
applications/external/protoview/app.h
vendored
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user