Merge send_recv example into hello_world

This commit is contained in:
Manuel Bl
2020-08-01 10:23:30 +02:00
parent a8cd58214d
commit e15d936bb4
13 changed files with 29 additions and 160 deletions

View File

@ -169,7 +169,7 @@ void TheThingsNetwork::waitForProvisioning()
}
while (!provisioning.haveKeys())
vTaskDelay(1000 / portTICK_PERIOD_MS);
vTaskDelay(pdMS_TO_TICKS(1000));
ESP_LOGI(TAG, "Device successfully provisioned");
#else