Skip to content

Commit 34b471b

Browse files
committed
Another change to remove "Upload Using" option from board menu
Ref. esp8266#1747 (comment)
1 parent f3d758b commit 34b471b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def compile(tmp_dir, sketch, tools_dir, hardware_dir, ide_path, f, args):
4040
cmd += '-tools "' + ide_path + '/tools-builder" '
4141
# Debug=Serial,DebugLevel=Core____
4242
cmd += '-fqbn=esp8266com:esp8266:{board_name}:' \
43-
'UploadTool=esptool,' \
4443
'CpuFrequency={cpu_freq},' \
4544
'FlashFreq={flash_freq},' \
4645
'FlashMode={flash_mode},' \

0 commit comments

Comments
 (0)