Increment version to 1.05

This commit is contained in:
aderusha 2021-11-30 17:40:17 -05:00
parent ab730188de
commit 570eefcb90
3 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ char nextionBaud[7] = "115200";
////////////////////////////////////////////////////////////////////////////////////////////////////
const float haspVersion = 1.04; // Current HASPone software release version
const float haspVersion = 1.05; // Current HASPone 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