diff --git a/components/panasonic_ac/esppac.h b/components/panasonic_ac/esppac.h index 7ff058e..857a174 100644 --- a/components/panasonic_ac/esppac.h +++ b/components/panasonic_ac/esppac.h @@ -11,7 +11,7 @@ namespace esphome { namespace panasonic_ac { -static const char *const VERSION = "2.2.0"; +static const char *const VERSION = "2.2.1"; static const uint8_t BUFFER_SIZE = 128; // The maximum size of a single packet (both receive and transmit) static const uint8_t READ_TIMEOUT = 20; // The maximum time to wait before considering a packet complete