Fix MockEsptoolArgs for esptools' new encrypt-files option [1]

[1]: 0594249a32
This commit is contained in:
Steven Hiscocks 2021-06-22 20:49:43 +01:00
parent 294c6ad459
commit 3e71531ec1
1 changed files with 1 additions and 0 deletions

View File

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