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 11, 2023
1 parent 0f6402f commit 3b1a7e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/mitsubishi_heatpump/espmhp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,9 @@ void MitsubishiHeatPump::set_remote_temperature(float temp) {
void MitsubishiHeatPump::setup() {
// This will be called by App.setup()
// FIXME Added delay due to ESP01s not connecting to heatpump when connected at same time as MHK2 to splitter.
ESP_LOGV(TAG, "Delaying setup for 4 seconds...");
ESP_LOGI(TAG, "Delaying setup for 4 seconds...");
esphome::delay(4000);
ESP_LOGV(TAG, "Ending delay...");
ESP_LOGI(TAG, "Ending delay...");
this->banner();
ESP_LOGV(TAG, "Setting up UART...");
if (!this->get_hw_serial_()) {
Expand Down

0 comments on commit 3b1a7e2

Please sign in to comment.