mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-14 17:21:50 +00:00
feat: Update esptool to v5
This commit is contained in:
@@ -32,9 +32,9 @@ def test_xts_aes_encryption(negotiated_key: bytes, plaintext_data: bytes, encryp
|
||||
plaintext_file.write(plaintext_data)
|
||||
|
||||
command = [
|
||||
'espsecure.py',
|
||||
'encrypt_flash_data',
|
||||
'--aes_xts',
|
||||
'espsecure',
|
||||
'encrypt-flash-data',
|
||||
'--aes-xts',
|
||||
'--keyfile',
|
||||
'test/negotiated_key.bin',
|
||||
'--address',
|
||||
|
||||
Reference in New Issue
Block a user