mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-03 07:04:53 -04:00
Explicitly use Python3 in esp-tool
This commit is contained in:
parent
8a95b16d1a
commit
f24401bbd0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# ESP8266 & ESP32 family ROM Bootloader Utility
|
# ESP8266 & ESP32 family ROM Bootloader Utility
|
||||||
# Copyright (C) 2014-2021 Fredrik Ahlberg, Angus Gratton, Espressif Systems (Shanghai) CO LTD, other contributors as noted.
|
# Copyright (C) 2014-2021 Fredrik Ahlberg, Angus Gratton, Espressif Systems (Shanghai) CO LTD, other contributors as noted.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue