fix various compilation issues when targeting esp-idf

This commit is contained in:
p2r3
2025-09-19 02:24:36 +03:00
parent a631de77b5
commit 516a00f122
3 changed files with 6 additions and 6 deletions

View File

@@ -103,7 +103,7 @@
#define NETWORK_TIMEOUT_TIME 15000000
// Size of the receive buffer for incoming string data
#define MAX_RECV_BUF_LEN 256
#define MAX_RECV_BUF_LEN 256
// If defined, sends the server brand to clients. Doesn't do much, but will
// show up in the top-left of the F3/debug menu, in the Minecraft client.