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 10, 2023
1 parent 543f6cd commit 9300e76
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 @@ -440,7 +440,7 @@ 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_LOGCONFIG(TAG, "Delaying setup for 4 seconds...");
delay(4000);
delay((int) 4000);
ESP_LOGCONFIG(TAG, "Ending delay...");
this->banner();
ESP_LOGCONFIG(TAG, "Setting up UART...");
Expand Down

0 comments on commit 9300e76

Please sign in to comment.