mirror of
				https://github.com/manuelbl/ttn-esp32.git
				synced 2025-10-31 10:40:35 +01: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