Increment version

This commit is contained in:
aderusha 2021-06-27 09:22:30 -04:00
parent 89a8c5143c
commit ddda3c78b3

View File

@ -62,7 +62,7 @@ char nextionBaud[7] = "115200";
#include <SoftwareSerial.h>
#include <ESP8266Ping.h>
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