mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
Optimize Event Ordering by Storing Milliseconds and Handling Rollovers
This commit is contained in:
parent
6c7d7c5b78
commit
086c3dfa29
6 changed files with 83 additions and 74 deletions
|
@ -35,6 +35,7 @@
|
|||
#define __MQTT_H__
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <vector>
|
||||
#include "../../include.h"
|
||||
|
||||
#define MQTT_MSG_BUFFER_SIZE (1024)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue