As far as i understand Modem.join() only returns an integer to show if the join is successful or not.
Is there a way to store something in the flash storage or query the network to check if the device has joined so i don’t have to rejoin every time i power on the module? Or can i just recompile and skip the join after the first successful join?
OK,
Thanks for the info. The i will keep the join in the setup for the time being. The device will basically run nonstop when i install it in its final location.
But how do i get my “Join keys”? i can’t see any other keys than the ones i add in the source code. the library does not give me access to anything received at join as far as i can see.