From 34b471b43503c1406cb59bbacf1d8378851d764b Mon Sep 17 00:00:00 2001 From: krzychb Date: Thu, 10 Mar 2016 07:42:13 +0100 Subject: [PATCH] Another change to remove "Upload Using" option from board menu Ref. https://github.com/esp8266/Arduino/pull/1747#issuecomment-194694851 --- tools/build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/build.py b/tools/build.py index 0fed44df3..742fd48a5 100755 --- a/tools/build.py +++ b/tools/build.py @@ -40,7 +40,6 @@ def compile(tmp_dir, sketch, tools_dir, hardware_dir, ide_path, f, args): cmd += '-tools "' + ide_path + '/tools-builder" ' # Debug=Serial,DebugLevel=Core____ cmd += '-fqbn=esp8266com:esp8266:{board_name}:' \ - 'UploadTool=esptool,' \ 'CpuFrequency={cpu_freq},' \ 'FlashFreq={flash_freq},' \ 'FlashMode={flash_mode},' \