Skip to content

Commit

Permalink
cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Dec 27, 2024
1 parent ff66b57 commit 64bcd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Mycila::Task configTask("Config", [](void* params) {
grid.mqttPower().setExpiration(YASOLR_MQTT_MEASUREMENT_EXPIRATION); // through mqtt
grid.mqttVoltage().setExpiration(YASOLR_MQTT_MEASUREMENT_EXPIRATION); // through mqtt
grid.getPower().setExpiration(YASOLR_MQTT_MEASUREMENT_EXPIRATION); // local is fast

// PID Controller
pidController.setReverse(false);
pidController.setProportionalMode((Mycila::PID::ProportionalMode)config.getLong(KEY_PID_P_MODE));
Expand Down

0 comments on commit 64bcd5f

Please sign in to comment.