C implementation for TheThingsNetwork

This commit is contained in:
Manuel Bleichenbacher
2021-07-25 23:53:54 +02:00
parent 36edf92944
commit 281ba52155
5 changed files with 886 additions and 477 deletions

14
.vscode/settings.json vendored
View File

@ -1,19 +1,11 @@
{
"files.associations": {
"provisioning.h": "c",
"config.h": "c",
"sdkconfig.h": "c",
"oslmic.h": "c",
"hal_esp32.h": "c",
"esp_log.h": "c",
"nvs_flash.h": "c",
"__config": "c",
"__nullptr": "c",
"stdint.h": "c",
"*.ipp": "c",
"algorithm": "c",
"random": "c",
"complex": "c",
"valarray": "c"
"lmic.h": "c",
"ttn_provisioning.h": "c",
"lorabase.h": "c"
}
}