We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8045efd + a714603 commit e478fd8Copy full SHA for e478fd8
pytest-embedded-wokwi/pytest_embedded_wokwi/arduino.py
@@ -12,4 +12,4 @@ class ArduinoFirmwareResolver:
12
13
def resolve_firmware(self, app: 'ArduinoApp'):
14
# get path of ino.bin file
15
- return Path(app.binary_path, app.sketch + '.ino.bin')
+ return Path(app.binary_path, app.sketch + '.ino.merged.bin')
0 commit comments