Skip to content

Commit 4f77973

Browse files
authored
[PIX-242] Replace fwupdater installer (#561)
* Update install tools list * Bump version
1 parent 6191c45 commit 4f77973

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/socket-daemon.js

+1-1
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)