adafruit / Adafruit_CircuitPython_ESP_ATcontrol

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

fixup examples #23

Closed jerryneedell closed 5 years ago

jerryneedell commented 5 years ago

fix import in countviewer example, add ValueError to Execption trap in examples. the imports need to be "from adafruit_espcontrol import ..." some errors result in ValueError -- report failure but continue retrying.

jerryneedell commented 5 years ago

tested all but espatcontrol_quoteEPD.py since I don't have that hardware. since the only change was to add the ValueError trap, I don't expect any issues with it.