This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Main loop in Asset Tracker application

Hello,

I was reading through the code of the asset tracker application and noticed that there is no while(1)/for(;;)-loop. I see this for the first time in a board application. All the other samples have a while(1)-loop. What happens after the last function call 'connect_to_cloud()'? 

Related