esphome-flasher/esphomeflasher
gordon-zhao 8fc5341336
BugFix: Upload speed fallback logic (#44)
- Fix the problem that the error from detect_flash_size() doesn't get caught (because detect_flash_size() also tries to catch esptool.FatalError, and it will raise the error again as EsphomeflasherError)
- Fix typo
2021-01-19 15:44:07 -03:00
..
__init__.py Initial commit 2018-11-07 21:24:25 +01:00
__main__.py BugFix: Upload speed fallback logic (#44) 2021-01-19 15:44:07 -03:00
common.py GitHub actions (#5) 2019-10-24 16:10:10 +02:00
const.py Bump version to v1.3.0 2020-07-30 13:28:12 +02:00
gui.py Fix alignment error message (#21) 2020-07-13 23:19:47 +02:00
helpers.py Initial commit 2018-11-07 21:24:25 +01:00