Ability to disable IMU

This commit is contained in:
Denis 2024-01-15 02:15:06 +01:00
parent f4f638ea24
commit 1866d65b9e
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
6 changed files with 17 additions and 3 deletions

View file

@ -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);