pfalcon / yaota8266

Yet another OTA solution for ESP8266, this time supporting large (>512KB) firmwares even on 1MB devices (repo is rebased)
120 stars 33 forks source link

ota_client.py: Crypto package is unnecessarily imported #12

Closed dpgeorge closed 7 years ago

dpgeorge commented 7 years ago

Crypto is not a standard Python package so it's an extra step for users to install it. And it's not actually used by ota_client.py so I would suggest just not importing it at all.

pfalcon commented 7 years ago

Done.