1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-11-25 17:43:10 +03:00
Files
esp8266/tools/elf2bin.py
Max Prokhorov 6033ed35d5 Use subprocess.run in elf2bin (#8799)
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
2023-01-15 00:59:33 +03:00

8.4 KiB
Executable File