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()'?