Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Subghz remote stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed May 29, 2023
1 parent 557cc73 commit d7f2d93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions applications/external/subghz_remote/subghz_remote_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <lib/subghz/receiver.h>
#include <lib/subghz/transmitter.h>

#define SUBREM_APP_FOLDER EXT_PATH("subghz_remote")
#define SUBREM_APP_FOLDER EXT_PATH("subghz/remote")
#define SUBREM_MAX_LEN_NAME 64

typedef struct {
Expand Down Expand Up @@ -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);
void subrem_save_active_sub(void* context);

0 comments on commit d7f2d93

Please sign in to comment.