mirror of
				https://github.com/manuelbl/ttn-esp32.git
				synced 2025-10-31 18:50:33 +01:00 
			
		
		
		
	Enhanced deep sleep example
This commit is contained in:
		| @ -105,7 +105,7 @@ void app_main(void) | ||||
|     // ttn_set_max_tx_pow(14); | ||||
|  | ||||
|     printf("Joining...\n"); | ||||
|     if (ttn_join_provisioned()) | ||||
|     if (ttn_join()) | ||||
|     { | ||||
|         printf("Joined.\n"); | ||||
|         xTaskCreate(sendMessages, "send_messages", 1024 * 4, (void* )0, 3, NULL); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user