got mqtt and wifi connection working reliably

This commit is contained in:
2026-03-27 16:33:49 +01:00
parent 5f49a5c1fe
commit 12873bae43
7 changed files with 139 additions and 30 deletions

View File

@@ -29,6 +29,7 @@
#define MEM_SIZE 4000
#define MEMP_NUM_TCP_SEG 32
#define PBUF_POOL_SIZE 24
#define MEMP_NUM_SYS_TIMEOUT 20
#define TCP_MSS 1460
#define TCP_WND (8 * TCP_MSS)