File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " arduino-create-agent-js-client" ,
3- "version" : " 2.11 .0" ,
3+ "version" : " 2.12 .0" ,
44 "description" : " JS module providing discovery of the Arduino Create Plugin and communication with it" ,
55 "main" : " lib/index.js" ,
66 "module" : " es/index.js" ,
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ export default class SocketDaemon extends Daemon {
212212 if ( ! driversRequested ) {
213213 this . downloadTool ( 'windows-drivers' , 'latest' , 'arduino' ) ;
214214 this . downloadTool ( 'bossac' , '1.7.0' , 'arduino' ) ;
215- this . downloadTool ( 'fwupdater ' , 'latest' , 'arduino' ) ;
215+ this . downloadTool ( 'arduino-fwuploader ' , 'latest' , 'arduino' ) ;
216216 this . downloadTool ( 'rp2040tools' , 'latest' , 'arduino' ) ;
217217 driversRequested = false ;
218218 }
You can’t perform that action at this time.
0 commit comments