10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385f7d0 commit 61f3451Copy full SHA for 61f3451
generator/generator.py
@@ -55,7 +55,7 @@ def create_boards_dictionary(new):
55
"firmware": [],
56
# "uploader_plugin" and "additional_tools" need to be hard coded because
57
# there is no way to retrieve them dinamically
58
- "uploader_plugin": "arduino:uno-r4-wifi-fwuploader@1.0.0",
+ "uploader_plugin": "arduino:uno-r4-wifi-fwuploader-plugin@1.0.0",
59
"additional_tools": ["arduino:espflash@2.0.0", "arduino:bossac@1.9.1-arduino5"],
60
},
61
}
0 commit comments