mirror of
https://github.com/geoffdavis/esphome-mitsubishiheatpump
synced 2024-08-30 18:12:13 +00:00
Namespace call to delay
Upstream library changes made calls to delay become ambiguous. Force to the esphome version, even though we declared namespace esphome already.
This commit is contained in:
parent
299d1ad45a
commit
ad65768860
@ -258,7 +258,7 @@ void MitsubishiHeatPump::hpSettingsChanged() {
|
||||
* mode, but that isn't working right yet.
|
||||
*/
|
||||
ESP_LOGW(TAG, "Waiting for HeatPump to read the settings the first time.");
|
||||
delay(10);
|
||||
esphome::delay(10);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user