From 27710152865576ef33e9d2fba9ecb8d983463cea Mon Sep 17 00:00:00 2001 From: Dominik Date: Mon, 23 Aug 2021 12:35:58 +0200 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 65ae14f..bc25850 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.0.0"; +static const char *const VERSION = "2.1.0"; 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