This commit is contained in:
2024-05-31 12:58:04 +02:00
parent 28a49950ba
commit bc3c720fc2
2 changed files with 3 additions and 1 deletions

View File

@@ -12,4 +12,6 @@ WebSocketsClient webSocket;
#define pass "12345678"
#define BUFFER_SIZE 1024
#define DEVICE_ID 1
#define IP_ADDRESS "192.168.137.12"
char *buffer = (char *)malloc(sizeof(char) * BUFFER_SIZE);