Skip to content

Commit

Permalink
rename plugin (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
umbynos committed Jul 13, 2023
1 parent 385f7d0 commit 61f3451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/generator.py
Expand Up @@ -55,7 +55,7 @@ def create_boards_dictionary(new):
"firmware": [],
# "uploader_plugin" and "additional_tools" need to be hard coded because
# there is no way to retrieve them dinamically
"uploader_plugin": "arduino:uno-r4-wifi-fwuploader@1.0.0",
"uploader_plugin": "arduino:uno-r4-wifi-fwuploader-plugin@1.0.0",
"additional_tools": ["arduino:espflash@2.0.0", "arduino:bossac@1.9.1-arduino5"],
},
}
Expand Down

0 comments on commit 61f3451

Please sign in to comment.