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);