Skip to content

Commit

Permalink
Merge pull request #38 from pjlao307/tuning-update
Browse files Browse the repository at this point in the history
Update tuning.h
  • Loading branch information
pjlao307 authored Oct 30, 2018
2 parents 8557b87 + 42cec43 commit da63488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/ui/tuning.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ char properties[50][MAX_NUM_PARAMS]; // List of property names
int current_property = -1; // Which property value to adjust when clicking the increase/decrease buttons
ui_element *property_buttons[MAX_NUM_PARAMS]; // Store the buttons that can be selected
double step = 0.000001; // Steps to adjust on each click
float delta_step = 0.001; // Change step by this amount
float delta_step = 0.000001; // Change step by this amount
int step_toggle = 0; // Change to preset toggle step

int param_index = 0; // Index to track which param label we're working with
Expand Down

0 comments on commit da63488

Please sign in to comment.