Skip to content

Commit

Permalink
Update espmhp.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
markalston committed Nov 6, 2023
1 parent aaad3a8 commit 596167e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mitsubishi_heatpump/espmhp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ void MitsubishiHeatPump::control(const climate::ClimateCall &call) {
ESP_LOGV(TAG,"About to enter fan control block");
//const char* FAN_MAP[6] = {"AUTO", "QUIET", "1", "2", "3", "4"};
if (has_fan) {
//ESP_LOGV(TAG, "control - Requested fan mode is %s", *call.get_fan_mode());
ESP_LOGV(TAG, "control - Requested fan mode is %s", *call.get_fan_mode());
ESP_LOGV(TAG,"Inside fan control block");

this->fan_mode = *call.get_fan_mode();
Expand Down

0 comments on commit 596167e

Please sign in to comment.