Perform HTTP request on backend to retrieve secure endpoint location

This commit is contained in:
2024-08-18 16:56:05 +02:00
parent 59ba55793e
commit 3867a38ff9
5 changed files with 201 additions and 5 deletions

View File

@ -30,6 +30,8 @@
"task.h": "c",
"freertos.h": "c",
"unsecure_api.h": "c",
"esp_log.h": "c"
"esp_log.h": "c",
"http_client.h": "c",
"string.h": "c"
}
}