mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Fix many SubGhz history bugs
No "history full" if "delete old signals" Delete more old signals if history full Fix visual offset bug with "delete old signals" Fix led and sound for full history / not "Delete old signals" in decode raw too
This commit is contained in:
@@ -115,9 +115,14 @@ void subghz_history_get_time_item_menu(SubGhzHistory* instance, FuriString* outp
|
||||
* @param instance - SubGhzHistory instance
|
||||
* @param output - FuriString* output
|
||||
* @param sats - Number of satellites
|
||||
* @param ignore_full - Ignore if history is full
|
||||
* @return bool - is FULL
|
||||
*/
|
||||
bool subghz_history_get_text_space_left(SubGhzHistory* instance, FuriString* output, uint8_t sats);
|
||||
bool subghz_history_get_text_space_left(
|
||||
SubGhzHistory* instance,
|
||||
FuriString* output,
|
||||
uint8_t sats,
|
||||
bool ignore_full);
|
||||
|
||||
/** Return last index
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user