faydr / QMesh

QMesh: a synchronized flooded mesh network for voice over LoRa
GNU General Public License v3.0
140 stars 14 forks source link

Add in an auto-reconnect for serial_client.py #104

Closed faydr closed 3 years ago

faydr commented 3 years ago

The ESP32 board automatically resets itself every 10 minutes. This causes the connection to get dropped. Implement a mechanism for detecting the dropped connection and automatically reconnecting.

faydr commented 3 years ago

I fixed the firmware on the ESP32 so that this isn't an issue anymore.