mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-16 23:31:04 +01:00
Initialize variables before first usage
This commit is contained in:
@@ -9,7 +9,7 @@ public:
|
||||
void loop();
|
||||
|
||||
private:
|
||||
uint32_t _lastPublish;
|
||||
uint32_t _lastPublish = 0;
|
||||
};
|
||||
|
||||
extern MqttHandleDtuClass MqttHandleDtu;
|
||||
Reference in New Issue
Block a user