mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 15:06:38 +01:00
Fix for building on linux
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "tag_db.h"
|
||||
#include "web.h"
|
||||
#include "serialap.h"
|
||||
#include "udp.h"
|
||||
|
||||
#define UDPIP IPAddress(239, 10, 0, 1)
|
||||
#define UDPPORT 16033
|
||||
@@ -163,4 +164,4 @@ void UDPcomm::netSendDataAvail(struct pendingData* pending) {
|
||||
buffer[0] = PKT_AVAIL_DATA_REQ;
|
||||
memcpy(buffer + 1, pending, sizeof(struct pendingData));
|
||||
udp.writeTo(buffer, sizeof(buffer), UDPIP, UDPPORT);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user