Closed eloekset closed 1 year ago
Fix issue #10 with catch of several exceptions and doing some resets and reconnect:
except (ValueError, RuntimeError, ConnectionError, OSError) as e: print("Some error occured, retrying! -", e) esp.reset() esp.disconnect() pyportal.network.connect() time.sleep(5) continue
Fix issue #10 with catch of several exceptions and doing some resets and reconnect: