v6.2 - fix for curtain auto discovery cover message
In v6 and v6.1 I made changes to save on memory. I didn't test with cover entity and it wasn't enough space.
set mqtt_packet_size to 1024
static const uint16_t mqtt_packet_size = 1024;
In v6 and v6.1 I made changes to save on memory. I didn't test with cover entity and it wasn't enough space.
set mqtt_packet_size to 1024
static const uint16_t mqtt_packet_size = 1024;