We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3c30c commit a30a764Copy full SHA for a30a764
firmware/src/motor_task.cpp
@@ -16,7 +16,7 @@ static const float IDLE_CORRECTION_MAX_ANGLE_RAD = 5 * PI / 180;
16
static const float IDLE_CORRECTION_RATE_ALPHA = 0.0005;
17
18
19
-MotorTask::MotorTask(const uint8_t task_core) : Task("Motor", 1200, 1, task_core) {
+MotorTask::MotorTask(const uint8_t task_core) : Task("Motor", 2048, 1, task_core) {
20
queue_ = xQueueCreate(5, sizeof(Command));
21
assert(queue_ != NULL);
22
}
0 commit comments