Skip to content

Commit e478fd8

Browse files
authored
Merge pull request #314 from lucasssvaz/bugfix/wokwi_arduino
fix(wokwi): Use merged bin to ensure partition and bootloader flashing
2 parents 8045efd + a714603 commit e478fd8

File tree

1 file changed

+1
-1
lines changed
  • pytest-embedded-wokwi/pytest_embedded_wokwi

1 file changed

+1
-1
lines changed

pytest-embedded-wokwi/pytest_embedded_wokwi/arduino.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ class ArduinoFirmwareResolver:
1212

1313
def resolve_firmware(self, app: 'ArduinoApp'):
1414
# get path of ino.bin file
15-
return Path(app.binary_path, app.sketch + '.ino.bin')
15+
return Path(app.binary_path, app.sketch + '.ino.merged.bin')

0 commit comments

Comments
 (0)