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 1
1
{
2
2
"name" : " arduino-create-agent-js-client" ,
3
- "version" : " 2.11 .0" ,
3
+ "version" : " 2.12 .0" ,
4
4
"description" : " JS module providing discovery of the Arduino Create Plugin and communication with it" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es/index.js" ,
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ export default class SocketDaemon extends Daemon {
212
212
if ( ! driversRequested ) {
213
213
this . downloadTool ( 'windows-drivers' , 'latest' , 'arduino' ) ;
214
214
this . downloadTool ( 'bossac' , '1.7.0' , 'arduino' ) ;
215
- this . downloadTool ( 'fwupdater ' , 'latest' , 'arduino' ) ;
215
+ this . downloadTool ( 'arduino-fwuploader ' , 'latest' , 'arduino' ) ;
216
216
this . downloadTool ( 'rp2040tools' , 'latest' , 'arduino' ) ;
217
217
driversRequested = false ;
218
218
}
You can’t perform that action at this time.
0 commit comments