Merge branch 'release/2.1.1'
This commit is contained in:
commit
d393498706
@ -119,7 +119,7 @@ logger:
|
|||||||
baud_rate: 0
|
baud_rate: 0
|
||||||
```
|
```
|
||||||
|
|
||||||
On ESP32 you can change `hardware\_uart` to `UART1` or `UART2` and keep logging
|
On ESP32 you can change `hardware_uart` to `UART1` or `UART2` and keep logging
|
||||||
enabled on the main serial port.
|
enabled on the main serial port.
|
||||||
|
|
||||||
*Note:* this component DOES NOT use the ESPHome `uart` component, as it
|
*Note:* this component DOES NOT use the ESPHome `uart` component, as it
|
||||||
|
@ -28,7 +28,7 @@ using namespace esphome;
|
|||||||
|
|
||||||
static const char* TAG = "MitsubishiHeatPump"; // Logging tag
|
static const char* TAG = "MitsubishiHeatPump"; // Logging tag
|
||||||
|
|
||||||
static const char* ESPMHP_VERSION = "2.1.0";
|
static const char* ESPMHP_VERSION = "2.1.1";
|
||||||
|
|
||||||
/* If polling interval is greater than 9 seconds, the HeatPump
|
/* If polling interval is greater than 9 seconds, the HeatPump
|
||||||
library reconnects, but doesn't then follow up with our data request.*/
|
library reconnects, but doesn't then follow up with our data request.*/
|
||||||
|
Loading…
Reference in New Issue
Block a user