We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6191c45 commit 4f77973Copy full SHA for 4f77973
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "arduino-create-agent-js-client",
3
- "version": "2.11.0",
+ "version": "2.12.0",
4
"description": "JS module providing discovery of the Arduino Create Plugin and communication with it",
5
"main": "lib/index.js",
6
"module": "es/index.js",
src/socket-daemon.js
@@ -212,7 +212,7 @@ export default class SocketDaemon extends Daemon {
212
if (!driversRequested) {
213
this.downloadTool('windows-drivers', 'latest', 'arduino');
214
this.downloadTool('bossac', '1.7.0', 'arduino');
215
- this.downloadTool('fwupdater', 'latest', 'arduino');
+ this.downloadTool('arduino-fwuploader', 'latest', 'arduino');
216
this.downloadTool('rp2040tools', 'latest', 'arduino');
217
driversRequested = false;
218
}
0 commit comments