mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Write full name of preset on Read/ReadRAW screen
This commit is contained in:
@@ -84,6 +84,13 @@ void subghz_history_get_text_item_menu(SubGhzHistory* instance, FuriString* outp
|
||||
*/
|
||||
bool subghz_history_get_text_space_left(SubGhzHistory* instance, FuriString* output);
|
||||
|
||||
/** Return last index
|
||||
*
|
||||
* @param instance - SubGhzHistory instance
|
||||
* @return
|
||||
*/
|
||||
uint16_t subghz_history_get_last_index(SubGhzHistory* instance);
|
||||
|
||||
/** Add protocol to history
|
||||
*
|
||||
* @param instance - SubGhzHistory instance
|
||||
|
||||
Reference in New Issue
Block a user