mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
This can just be made global at this point lol
This commit is contained in:
@@ -373,7 +373,7 @@ int32_t subghz_app(char* p) {
|
||||
}
|
||||
|
||||
// Check argument and run corresponding scene
|
||||
bool is_favorite = process_favorite_launch(&p) && XTREME_SETTINGS()->favorite_timeout;
|
||||
bool is_favorite = process_favorite_launch(&p) && xtreme_settings.favorite_timeout;
|
||||
if(p && strlen(p)) {
|
||||
uint32_t rpc_ctx = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user