Fix compilation error

This commit is contained in:
Daniel 2024-02-25 22:59:02 +02:00
parent 5d3cc341c8
commit 8d1c3aaa06
2 changed files with 2 additions and 0 deletions

View file

@ -36,6 +36,7 @@
#include <Arduino.h>
#include "../../../USER_SETTINGS.h"
#include "../config.h" // Needed for defines
#define MQTT_MSG_BUFFER_SIZE (1024)