mirror of
				https://github.com/manuelbl/ttn-esp32.git
				synced 2025-10-31 10:40:35 +01:00 
			
		
		
		
	Fix references in documentation
This commit is contained in:
		| @ -675,7 +675,7 @@ class TheThingsNetwork | ||||
|      * It neither clears the provisioned keys nor the configured pins | ||||
|      * but they will be lost if the device is powered off. | ||||
|      *  | ||||
|      * Before calling this function, use @ref ttn_busy_duration() to check | ||||
|      * Before calling this function, use @ref busyDuration() to check | ||||
|      * that the TTN device is idle and ready to be powered off. | ||||
|      * | ||||
|      * To restart communication, @ref resumeAfterPowerOff(int) must be called. | ||||
|  | ||||
| @ -601,7 +601,7 @@ extern "C" | ||||
|      * duration between power-off and next power-on can be used instead. | ||||
|      *  | ||||
|      * If the device has access to the real time, set the system time (using `settimeofday()`) | ||||
|      * before calling this function (and before @ref join()) and pass 0 for `off_duration`. | ||||
|      * before calling this function (and before @ref ttn_join()) and pass 0 for `off_duration`. | ||||
|      *  | ||||
|      * Before this function is called, `nvs_flash_init()` must have been called once. | ||||
|      * | ||||
|  | ||||
		Reference in New Issue
	
	Block a user