Skip to content

Commit 61f3451

Browse files
authored
rename plugin (#176)
1 parent 385f7d0 commit 61f3451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/generator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def create_boards_dictionary(new):
5555
"firmware": [],
5656
# "uploader_plugin" and "additional_tools" need to be hard coded because
5757
# there is no way to retrieve them dinamically
58-
"uploader_plugin": "arduino:[email protected]",
58+
"uploader_plugin": "arduino:uno-r4-wifi-fwuploader-plugin@1.0.0",
5959
"additional_tools": ["arduino:[email protected]", "arduino:[email protected]"],
6060
},
6161
}

0 commit comments

Comments
 (0)