[FL-2047] SubGhz: New GUI ReadRAW view (#832)
* SubGhz: GUI RAW Read view * SubGhz: GUI Read RAW refactoring * SubGhz: fix bug wrong frequency of the allowed transmission * GUI Read RAW refactoring * SubGhz: fix set the default frequency * SubGhz: fix save filename when returning from another menu * SubGhz: fix Send and Back button behavior Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -2,8 +2,20 @@
|
||||
|
||||
#include <furi-hal.h>
|
||||
|
||||
typedef void (*SubGhzFileEncoderWorkerCallbackEnd)(void* context);
|
||||
|
||||
typedef struct SubGhzFileEncoderWorker SubGhzFileEncoderWorker;
|
||||
|
||||
/** End callback SubGhzWorker
|
||||
*
|
||||
* @param instance SubGhzFileEncoderWorker instance
|
||||
* @param callback SubGhzFileEncoderWorkerCallbackEnd callback
|
||||
*/
|
||||
void subghz_file_encoder_worker_callback_end(
|
||||
SubGhzFileEncoderWorker* instance,
|
||||
SubGhzFileEncoderWorkerCallbackEnd callback_end,
|
||||
void* context_end);
|
||||
|
||||
/** Allocate SubGhzFileEncoderWorker
|
||||
*
|
||||
* @return SubGhzFileEncoderWorker*
|
||||
|
Reference in New Issue
Block a user