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 074df29 commit 4e437fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/mitsubishi_heatpump/espmhp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ void MitsubishiHeatPump::control(const climate::ClimateCall &call) {
}
*/
ESP_LOGV(TAG,"About to enter fan control block");
return;
//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());
Expand Down

0 comments on commit 4e437fc

Please sign in to comment.