mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-08-17 12:10:34 +02:00
Merge send_recv example into hello_world
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user