mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-07-13 06:32:51 +02:00
provisioning example, waitForProvisioning()
This commit is contained in:
@ -111,6 +111,16 @@ public:
|
||||
*/
|
||||
void startProvisioningTask();
|
||||
|
||||
/**
|
||||
* @brief Wait until the device EUI, app EUI and app key have been provisioned
|
||||
* via the provisioning task.
|
||||
*
|
||||
* If device is already provisioned (stored data in NVS, call to 'provision()'
|
||||
* or call to 'join(const char*, const char*, const char*)', this function
|
||||
* immediately returns.
|
||||
*/
|
||||
void waitForProvisioning();
|
||||
|
||||
/**
|
||||
* @brief Activate the device via OTAA.
|
||||
*
|
||||
|
Reference in New Issue
Block a user