From 34d1197e55ac884bfd6bfafeb6ad22eedc25131d Mon Sep 17 00:00:00 2001 From: Dominik Date: Mon, 15 Nov 2021 10:57:10 +0100 Subject: [PATCH] Bump version --- components/panasonic_ac/esppac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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