Commit 40874baa authored by Lukas Schauer's avatar Lukas Schauer
Browse files

Use python2 instead of python(2/3)

On modern systems "python" refers to python3, and the script won't work, so I suggest changing it to python2 with this patch.

This patch shouldn't break compatibility with older systems.
parent 1740841e
#!/usr/bin/env python
#!/usr/bin/env python2
#
# ESP8266 ROM Bootloader Utility
# https://github.com/themadinventor/esptool
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment