fixed type error causing bootloop

This commit is contained in:
2024-05-29 15:35:29 +02:00
parent 9ad44897ff
commit 7e60d5e5e6
3 changed files with 9 additions and 12 deletions

View File

@@ -8,6 +8,8 @@ Connectivity connectivity;
WebSocketsClient webSocket;
#define USE_SERIAL Serial
#define ssid "1235678i"
#define pass "12345678"
#define BUFFER_SIZE 1024
#define DEVICE_ID 1
char *buffer = (char *)malloc(sizeof(char) * BUFFER_SIZE);