Refactoring: Scalability and performance (#252)

Refactoring v5.7 step 1
This commit is contained in:
Cabooman 2024-04-14 14:41:01 +02:00 committed by GitHub
parent 5a5cfc433b
commit ffa7a54f20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
77 changed files with 926 additions and 286 deletions

View file

@ -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)