mirror of
https://github.com/esp8266/Arduino.git
synced 2025-09-05 08:04:28 +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:
@@ -40,7 +40,6 @@ def compile(tmp_dir, sketch, tools_dir, hardware_dir, ide_path, f, args):
|
|||||||
cmd += '-tools "' + ide_path + '/tools-builder" '
|
cmd += '-tools "' + ide_path + '/tools-builder" '
|
||||||
# Debug=Serial,DebugLevel=Core____
|
# Debug=Serial,DebugLevel=Core____
|
||||||
cmd += '-fqbn=esp8266com:esp8266:{board_name}:' \
|
cmd += '-fqbn=esp8266com:esp8266:{board_name}:' \
|
||||||
'UploadTool=esptool,' \
|
|
||||||
'CpuFrequency={cpu_freq},' \
|
'CpuFrequency={cpu_freq},' \
|
||||||
'FlashFreq={flash_freq},' \
|
'FlashFreq={flash_freq},' \
|
||||||
'FlashMode={flash_mode},' \
|
'FlashMode={flash_mode},' \
|
||||||
|
Reference in New Issue
Block a user