Fix esptool 2.8

This commit is contained in:
Otto Winter 2019-10-24 16:00:57 +02:00
parent cab9975fba
commit ad12b28132
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class MockEsptoolArgs(object):
self.no_stub = False
self.verify = False
self.erase_all = False
self.encrypt = False
class ChipInfo(object):