Whats the proper way to have the photon continue to work if it gets disconnected from the cloud ?
Would SYSTEM_THREAD(ENABLED) combined with automatic cloud mode be enough, or do I need to use either semi_automatic or manual mode ?
Recently I had a partial internet loss, where the photon could not reach particle, but I was still able to reach the data endpoint that it sends sensor readings to, but because the cloud was unreachable the photon stopped sending data to the endpoint that was reachable, especially on devices where the data endpoint is on the same LAN, it would make good sense to connect to cloud automatically, but not be dependant on that connection since its only used for code download.