1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-20 10:24:18 +03:00

Another change to remove "Upload Using" option from board menu

Ref. https://github.com/esp8266/Arduino/pull/1747#issuecomment-194694851
This commit is contained in:
krzychb
2016-03-10 07:42:13 +01:00
parent f3d758b53c
commit 34b471b435

View File

@ -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},' \