WIP enroll device

This commit is contained in:
2024-08-23 21:00:18 +02:00
parent dd0a957a63
commit 3b7e2f9a0c
8 changed files with 132 additions and 9 deletions

View File

@ -13,7 +13,7 @@ extern "C"
typedef struct
{
char *url;
const char *url;
char *root_ca;
} http_request_opts;