From ddda3c78b33cd886fb5f4f06565630bb1ad0d841 Mon Sep 17 00:00:00 2001 From: aderusha Date: Sun, 27 Jun 2021 09:22:30 -0400 Subject: [PATCH] Increment version --- Arduino_Sketch/HASwitchPlate/HASwitchPlate.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino_Sketch/HASwitchPlate/HASwitchPlate.ino b/Arduino_Sketch/HASwitchPlate/HASwitchPlate.ino index 70e91db..c9e3f27 100644 --- a/Arduino_Sketch/HASwitchPlate/HASwitchPlate.ino +++ b/Arduino_Sketch/HASwitchPlate/HASwitchPlate.ino @@ -62,7 +62,7 @@ char nextionBaud[7] = "115200"; #include #include -const float haspVersion = 1.02; // Current HASP software release version +const float haspVersion = 1.03; // Current HASP software release version const uint16_t mqttMaxPacketSize = 2048; // Size of buffer for incoming MQTT message byte nextionReturnBuffer[128]; // Byte array to pass around data coming from the panel uint8_t nextionReturnIndex = 0; // Index for nextionReturnBuffer