Fix sleep issie: allow using IMU polling interface in bmi323-imu too
This commit is contained in:
parent
c8e81eb272
commit
8c8a488466
6 changed files with 16 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue