Skip to content

Commit

Permalink
make front cap sensor s1 (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj authored Apr 18, 2024
1 parent fb13acb commit 4707a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipettes/core/sensor_tasks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ static auto capacitive_sensor_task_builder_rear =

static auto capacitive_sensor_task_builder_front =
freertos_task::TaskStarter<512, sensors::tasks::CapacitiveSensorTask,
can::ids::SensorId>(can::ids::SensorId::S0);
can::ids::SensorId>(can::ids::SensorId::S1);

static auto pressure_sensor_task_builder_rear =
freertos_task::TaskStarter<512, sensors::tasks::PressureSensorTask,
Expand Down

0 comments on commit 4707a11

Please sign in to comment.