diff options
-rw-r--r-- | menus.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2241,6 +2241,10 @@ static int Submenu_Mult_Value(float mult_by) error_num=Set_Burst_Time(0,0,0,channel,new_value); break; + case Show_Burst_Count: + error_num=Set_Burst_Count(channel,(int) new_value,globals.ChannelState[channel].burst_time); + break; + case Show_rise_time: error_num=Set_rise_time(0,0,0,channel,new_value); break; |