mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
Refactoring: Scalability and performance (#252)
Refactoring v5.7 step 1
This commit is contained in:
parent
5a5cfc433b
commit
ffa7a54f20
77 changed files with 926 additions and 286 deletions
|
@ -35,8 +35,7 @@
|
|||
#define __MQTT_H__
|
||||
|
||||
#include <Arduino.h>
|
||||
#include "../../../USER_SETTINGS.h"
|
||||
#include "../config.h" // Needed for defines
|
||||
#include "../../include.h"
|
||||
|
||||
#define MQTT_MSG_BUFFER_SIZE (1024)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue