adafruit / Adafruit_CircuitPython_ESP_ATcontrol

Use the ESP AT command sent to communicate with the Interwebs
MIT License
20 stars 17 forks source link

Consolidate retry-logic #63

Closed bablokb closed 1 year ago

bablokb commented 2 years ago

This patch fixes #61 by

The number of retries can now be controlled at application-level, the user of the library can decide if she needs many retries or prefers fast failing.

The patches also gets rid of a number of loops that either never did what they should do or which were never executed anyhow.