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

@ -34,6 +34,18 @@
"http_client.h": "c",
"string.h": "c",
"cjson.h": "c",
"stddef.h": "c"
"stddef.h": "c",
"array": "c",
"chrono": "c",
"deque": "c",
"list": "c",
"string": "c",
"unordered_map": "c",
"vector": "c",
"iterator": "c",
"string_view": "c",
"format": "c",
"span": "c",
"regex": "c"
}
}