invisabuble / Overwatch

Method to connect multiple esp32 devices together providing ways of interacting with them individually or as a whole.
0 stars 0 forks source link

Investigate disconnect when new device connects #11

Closed invisabuble closed 3 months ago

invisabuble commented 3 months ago

Problem with this is that when sending a new config to the device the device is rebooted to set the new config. when rebooted it disconnects from the wss meaning that the wss sends the disconnect message globally that that device is now disconnected. Not sure how to get around this and keep the device monitoring in place.