mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-02-18 15:06:03 +01:00
fixed includes
This commit is contained in:
parent
6b6ae4e904
commit
dc9368665d
@ -26,12 +26,13 @@
|
||||
#endif
|
||||
#include "defines.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "MQTTInterface.h"
|
||||
#include "MQTTBrokers.h"
|
||||
#include "DCCTimer.h"
|
||||
#include <CommandDistributor.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include "CommandDistributor.h"
|
||||
|
||||
MQTTInterface *MQTTInterface::singleton = NULL;
|
||||
|
||||
|
@ -29,13 +29,14 @@
|
||||
#endif
|
||||
#include "defines.h"
|
||||
|
||||
#include <PubSubClient.h>
|
||||
#include <DCCEXParser.h>
|
||||
#include <Queue.h>
|
||||
#include <Arduino.h>
|
||||
#include <Ethernet.h>
|
||||
#include <Dns.h>
|
||||
#include <ObjectPool.h>
|
||||
#include <PubSubClient.h>
|
||||
|
||||
#include "DCCEXParser.h"
|
||||
#include "Queue.h"
|
||||
#include "ObjectPool.h"
|
||||
|
||||
#define MAXPAYLOAD 64 // max length of a payload recieved
|
||||
#define MAXDOMAINLENGTH 32 // domain name length for the broker e.g. test.mosquitto.org
|
||||
|
Loading…
Reference in New Issue
Block a user