Skip to content

Commit 288bd66

Browse files
authored
use esptool path
1 parent 4f30d2e commit 288bd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ def firmware_metrics(target, source, env):
10111011
# Configure upload protocol: esptool
10121012
elif upload_protocol == "esptool":
10131013
env.Replace(
1014-
UPLOADER="esptool",
1014+
UPLOADER=objcopy_value,
10151015
UPLOADERFLAGS=[
10161016
"--chip",
10171017
mcu,

0 commit comments

Comments
 (0)