From d7f2d93251441087b1ad376c4d1b353cb68eb6ec Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Mon, 29 May 2023 03:01:15 +0100 Subject: [PATCH] Subghz remote stuff --- applications/external/subghz_remote/subghz_remote_app.c | 8 ++++---- .../subghz_remote_configurator/subghz_remote_app_i.h | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/applications/external/subghz_remote/subghz_remote_app.c b/applications/external/subghz_remote/subghz_remote_app.c index a28bf7bbb..e48009415 100644 --- a/applications/external/subghz_remote/subghz_remote_app.c +++ b/applications/external/subghz_remote/subghz_remote_app.c @@ -94,11 +94,11 @@ SubGhzRemoteApp* subghz_remote_app_alloc() { app->tx_running = false; -#ifdef SUBREM_LIGHT + // #ifdef SUBREM_LIGHT scene_manager_next_scene(app->scene_manager, SubRemSceneOpenMapFile); -#else - scene_manager_next_scene(app->scene_manager, SubRemSceneStart); -#endif + // #else + // scene_manager_next_scene(app->scene_manager, SubRemSceneStart); + // #endif return app; } diff --git a/applications/external/subghz_remote_configurator/subghz_remote_app_i.h b/applications/external/subghz_remote_configurator/subghz_remote_app_i.h index ce5f31009..7e2f284a2 100644 --- a/applications/external/subghz_remote_configurator/subghz_remote_app_i.h +++ b/applications/external/subghz_remote_configurator/subghz_remote_app_i.h @@ -27,7 +27,7 @@ #include #include -#define SUBREM_APP_FOLDER EXT_PATH("subghz_remote") +#define SUBREM_APP_FOLDER EXT_PATH("subghz/remote") #define SUBREM_MAX_LEN_NAME 64 typedef struct { @@ -64,4 +64,4 @@ void subrem_map_preset_reset(SubRemMapPreset* map_preset); bool subrem_save_map_to_file(SubGhzRemoteApp* app); -void subrem_save_active_sub(void* context); \ No newline at end of file +void subrem_save_active_sub(void* context);