Skip to content

Commit

Permalink
Another change to remove "Upload Using" option from board menu
Browse files Browse the repository at this point in the history
  • Loading branch information
krzychb committed Mar 10, 2016
1 parent f3d758b commit 34b471b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},' \
Expand Down

0 comments on commit 34b471b

Please sign in to comment.