Release v1.5.2

* Additional filters for invalid frames
* Added tilt calibration for integrated tilt blinds
This commit is contained in:
Robert Strouse 2023-05-07 12:08:39 -07:00
parent e8296d3782
commit 156bdee0a5
6 changed files with 11 additions and 6 deletions

1
MQTT.h
View file

@ -5,6 +5,7 @@
#include <ArduinoJson.h>
class MQTTClass {
public:
uint64_t lastConnect = 0;
char clientId[32] = {'\0'};
bool begin();
bool loop();