Reply to thread

Updated AtmoOrb sketches, changelog:


- Recreate client instance in case of WiFi downtime (router down / out of range etc..) , reason why this is needed is because when WiFi was down the code didn't recreate the connection client (UDP or TCP) so would remain unreachable from that point on and required an manual Photon restart.

- Added connection locks so that it retries once and waits for WiFi to be up and again, saves resources and prevent threads from stacking up.


Top Bottom