make loading subghz file from favourites a bit faster

This commit is contained in:
MX
2022-10-02 08:50:41 +03:00
parent e2faf31b45
commit 6bf306200e
8 changed files with 237 additions and 172 deletions

View File

@@ -25,7 +25,7 @@ void subghz_read_raw_set_callback(
SubGhzReadRAWCallback callback,
void* context);
SubGhzReadRAW* subghz_read_raw_alloc();
SubGhzReadRAW* subghz_read_raw_alloc(bool raw_send_only);
void subghz_read_raw_free(SubGhzReadRAW* subghz_static);