Skip to content

Commit

Permalink
Change default loop timing for edgeml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiasTux committed Aug 14, 2024
1 parent 9af5004 commit e3a4c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task_manager/TaskManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class TaskManager {

//float _rate_factor = 1.25;

int _edge_ml_delay = 100;
int _edge_ml_delay = 20;
unsigned int _edge_ml_last;
unsigned int _baro_last;
unsigned int _imu_last;
Expand Down

0 comments on commit e3a4c93

Please sign in to comment.