fix(vd960DBN): 修复无法设置 IoT 模式的 bug

This commit is contained in:
wangfq
2026-07-06 10:24:15 +08:00
parent 39bda6067f
commit e6dbdb5296
10 changed files with 3038 additions and 3011 deletions
@@ -28,7 +28,7 @@ extern "C" {
* 1 UDP + 2 TCP + 1 TCP_LISTEN = 4
*/
#define WCHNET_NUM_UDP 1 /* SSC 模式需要 UDP */
#define WCHNET_NUM_TCP 2 /* JSON(1) + SSC client(1) max */
#define WCHNET_NUM_TCP 1 //2 /* JSON(1) + SSC client(1) max */
#define WCHNET_NUM_IPRAW 0 /* Number of IPRAW connections */
#define WCHNET_NUM_TCP_LISTEN 1 /* Number of TCP listening (required internally) */