Skip to content

Commit

Permalink
Auto-generated configs and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 4, 2025
1 parent 04a6a2c commit be29786
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/controllers/sensors/auto_generated_sensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ case SensorType::PlaceholderLast:
return "PlaceholderLast";
case SensorType::Rpm:
return "Rpm";
case SensorType::Sensor5vVoltage:
return "Sensor5vVoltage";
case SensorType::ThrottleInletPressure:
return "ThrottleInletPressure";
case SensorType::Tps1:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public enum SensorType {
FuelEthanolPercent,
BatteryVoltage,
MainRelayVoltage,
Sensor5vVoltage,
BarometricPressure,
FuelLevel,
VehicleSpeed,
Expand Down

0 comments on commit be29786

Please sign in to comment.