Fix dolphin deed's

This commit is contained in:
Willy-JL
2023-06-09 13:55:28 +01:00
parent 0506869b54
commit 605f9190b0
25 changed files with 30 additions and 30 deletions

View File

@@ -147,7 +147,7 @@ void subghz_remote_app_free(SubGhzRemoteApp* app) {
int32_t subghz_remote_app(void* p) {
UNUSED(p);
DOLPHIN_DEED(DolphinDeedPluginStart);
dolphin_deed(DolphinDeedPluginStart);
SubGhzRemoteApp* subghz_remote_app = subghz_remote_app_alloc();
furi_string_set(subghz_remote_app->file_path, SUBREM_APP_FOLDER);