Improve binraw/repeater state logic

This commit is contained in:
Willy-JL
2023-12-14 00:40:02 +00:00
parent fdc826a3dc
commit 36c46fd626
3 changed files with 13 additions and 17 deletions

View File

@@ -97,7 +97,7 @@ struct SubGhz {
SubGhzHistory* history;
SubGhzGPS* gps;
SubGhzRepeaterState repeater;
bool bin_raw_menu_changed;
bool repeater_bin_raw_was_off;
uint16_t idx_menu_chosen;
SubGhzLoadTypeFile load_type_file;