Skip to content

Commit

Permalink
Add sensible limits to input_axis_threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
sonninnos committed Feb 19, 2024
1 parent 1af8a5f commit 7443362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/menu_setting.c
Original file line number Diff line number Diff line change
Expand Up @@ -15306,7 +15306,7 @@ static bool setting_append_list(
general_write_handler,
general_read_handler);
(*list)[list_info->index - 1].action_ok = &setting_action_ok_uint;
menu_settings_list_current_add_range(list, list_info, 0, 1.0, 0.01, true, true);
menu_settings_list_current_add_range(list, list_info, 0.05, 0.99, 0.01, true, true);
SETTINGS_DATA_LIST_CURRENT_ADD_FLAGS(list, list_info, SD_FLAG_LAKKA_ADVANCED);

CONFIG_FLOAT(
Expand Down

0 comments on commit 7443362

Please sign in to comment.