mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
find esptool for import
This commit is contained in:
parent
b9dc142134
commit
ea12ddeca9
@ -19,7 +19,9 @@
|
||||
Import("env")
|
||||
|
||||
import subprocess
|
||||
from os.path import join
|
||||
from os.path import expanduser, join
|
||||
home = expanduser("~")
|
||||
esptool = join(home, ".platformio", "packages", "tool-esptoolpy", "esptool.py")
|
||||
import esptool
|
||||
|
||||
def esp32_create_combined_bin(source, target, env):
|
||||
|
Loading…
x
Reference in New Issue
Block a user