mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 16:16:13 +01:00
bigger UDP buffers
This commit is contained in:
parent
a3274caf49
commit
6f5e65bc02
|
@ -21,8 +21,8 @@
|
|||
#include "CircularBuffer.hpp"
|
||||
#include "WiFiClient.h"
|
||||
|
||||
#define UDPBYTE_SIZE 64
|
||||
#define UDP_BUFFERSIZE 256
|
||||
#define UDPBYTE_SIZE 1500
|
||||
#define UDP_BUFFERSIZE 2048
|
||||
|
||||
struct MYLOCOZ21 {
|
||||
char throttle; //indicates which throttle letter on client, '0' + clientid
|
||||
|
|
Loading…
Reference in New Issue
Block a user