Fix sleep issie: allow using IMU polling interface in bmi323-imu too

This commit is contained in:
Denis 2024-01-15 03:43:35 +01:00
parent c8e81eb272
commit 8c8a488466
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
6 changed files with 16 additions and 1 deletions

View file

@ -26,6 +26,7 @@ int main(int argc, char ** argv) {
.default_thermal_profile = -1,
.enable_leds_commands = false,
.enable_imu = true,
.imu_polling_interface = true,
};
load_in_config(&in_settings, configuration_file);