mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Release v1.5.2
* Additional filters for invalid frames * Added tilt calibration for integrated tilt blinds
This commit is contained in:
parent
e8296d3782
commit
156bdee0a5
6 changed files with 11 additions and 6 deletions
1
MQTT.h
1
MQTT.h
|
|
@ -5,6 +5,7 @@
|
|||
#include <ArduinoJson.h>
|
||||
class MQTTClass {
|
||||
public:
|
||||
uint64_t lastConnect = 0;
|
||||
char clientId[32] = {'\0'};
|
||||
bool begin();
|
||||
bool loop();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue