From a55ed6616d56437e2f3a367fb4719e2ff77ad4f6 Mon Sep 17 00:00:00 2001 From: Dominik Date: Wed, 21 Jun 2023 23:16:08 +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 251d3bd..1a9b4f5 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.3.0"; +static const char *const VERSION = "2.4.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