Ability to disable IMU
This commit is contained in:
parent
f4f638ea24
commit
1866d65b9e
6 changed files with 17 additions and 3 deletions
|
|
@ -25,6 +25,7 @@ int main(int argc, char ** argv) {
|
|||
.enable_thermal_profiles_switching = false,
|
||||
.default_thermal_profile = -1,
|
||||
.enable_leds_commands = false,
|
||||
.enable_imu = true,
|
||||
};
|
||||
|
||||
load_in_config(&in_settings, configuration_file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue