Add Pico 2 support

This commit is contained in:
2025-09-06 12:01:00 -04:00
parent 2fac602e44
commit a1cb13a2f9
9 changed files with 73 additions and 52 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#define WS_MAX_RETRIES 10
#define WS_POLL_INTERVAL 60 // WS_POLL_INTERVAL/2 seconds
#define WS_MAX_CONN 4
#define WS_BUFFER_SIZE 512
#define WS_BUFFER_SIZE 1024
#define OP_CONT 0x00
#define OP_TEXT 0x01