charts driver part 1

This commit is contained in:
Tester23
2024-09-06 10:57:48 +02:00
parent 0b6889d976
commit c6057abf3b
4 changed files with 188 additions and 0 deletions

View File

@@ -54,6 +54,9 @@ typedef struct http_request_tag {
int replylen;
int replymaxlen;
int fd;
// user variables used to build JSON data
int userCounter;
} http_request_t;