enable hopping with detect raw, and trying to fix crashes

feature still very unstable, use at your own risk!!!
This commit is contained in:
MX
2022-10-09 14:43:18 +03:00
parent b6b33a70e9
commit acbe7a10e2
4 changed files with 70 additions and 46 deletions

View File

@@ -103,3 +103,10 @@ bool subghz_history_add_to_history(
* @return SubGhzProtocolCommonLoad*
*/
FlipperFormat* subghz_history_get_raw_data(SubGhzHistory* instance, uint16_t idx);
/** Set hopper state for internal usage in history
*
* @param instance - SubGhzHistory instance
* @param hopper_state - bool is hopper running?
*/
void subghz_history_set_hopper_state(SubGhzHistory* instance, bool hopper_state);