Made UniRFRemix a FAP, added a Loader for Main Menu

Requires one change in api_symbols.scv
This commit is contained in:
ESurge
2022-10-21 05:01:12 -07:00
parent d5ff31bc88
commit 0ab59f8bf4
7 changed files with 1192 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
#include <applications/services/loader/loader_i.h>
#define TAG "unirfremix_loader_app"
int32_t unirfremix_loader_app(void* p) {
UNUSED(p);
return 0;
}