Skip to content

Commit

Permalink
pytest_efuse: Update conftest
Browse files Browse the repository at this point in the history
pytest_efuse: Update pytest_efuse.py
  • Loading branch information
AdityaHPatwardhan authored and espressif-bot committed Oct 20, 2022
1 parent dd60eef commit 401e560
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 111 deletions.
2 changes: 1 addition & 1 deletion examples/system/efuse/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def bootloader_flash(self) -> None:
"""
logging.info('Flashing bootloader')
bootloader_path = os.path.join(self.app.binary_path, 'bootloader', 'bootloader.bin')
offs = int(self.app.sdkconfig.get('CONFIG_BOOTLOADER_OFFSET_IN_FLASH', 0))
offs = int(self.app.sdkconfig.get('BOOTLOADER_OFFSET_IN_FLASH', 0))
logging.info('bootloader offset is {0}'.format(hex(offs)))
prev_flash_files = self.app.flash_files
flash_files = []
Expand Down
Loading

0 comments on commit 401e560

Please sign in to comment.