PICO W WIFI TCP 测试发送CPU 温度

This commit is contained in:
2024-11-12 10:36:32 +08:00
parent c976c93aa5
commit dbfdce8ec9
4 changed files with 99 additions and 86 deletions

View File

@@ -15,13 +15,11 @@
#define TEST_TCP_SERVER_IP "192.168.31.17"
#define TCP_PORT 91
#define DEBUG_printf printf
#define BUF_SIZE 2048
#define TEST_ITERATIONS 10
#define POLL_TIME_S 5
#define DEBUG_printf printf
extern void run_tcp_client_test(void);
void run_tcp_client_test(char *s);
#endif