Rakefile: update USB ID for DFU

This commit is contained in:
King Kévin 2018-03-01 17:43:09 +01:00
parent db930f645c
commit 013092166e
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ BMP_PORT = ENV["BMP_PORT"] || "/dev/ttyACM0"
desc "flash application using USB DFU"
task :flash => APPLICATION+".bin" do |t|
sh "dfu-util -d c440:0d00 -D #{t.source}"
sh "dfu-util -d 1209:4256 -D #{t.source}"
end
desc "flash bootloader using SWD"