mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-07-26 03:32:51 +02:00
C implementation for TheThingsNetwork
This commit is contained in:
14
.vscode/settings.json
vendored
14
.vscode/settings.json
vendored
@ -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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user