Use subprocess.run in elf2bin by mcspr · Pull Request #8799 · esp8266/Arduino

added 2 commits

January 10, 2023 22:26

@mcspr mcspr added this to the 3.1.1 milestone

Jan 14, 2023

@mcspr

@mcspr mcspr deleted the elf2bin-check branch

January 14, 2023 21:59

hasenradball pushed a commit to hasenradball/Arduino that referenced this pull request

Nov 18, 2024
Properly handle Popen object, it takes care of everything we need to do like .communicate() and handle timeouts. Introduce a small timeout to run so we also know when that happens
Clean-up with pythonic path join and formatting through f"" strings