Optimize Event Ordering by Storing Milliseconds and Handling Rollovers

This commit is contained in:
amarofarinha 2024-09-20 02:03:49 +01:00
parent 6c7d7c5b78
commit 086c3dfa29
6 changed files with 83 additions and 74 deletions

View file

@ -35,6 +35,7 @@
#define __MQTT_H__
#include <Arduino.h>
#include <vector>
#include "../../include.h"
#define MQTT_MSG_BUFFER_SIZE (1024)