Skip to content

Commit fe31ef7

Browse files
Add arduino uno r4 to the generated boards json
1 parent 2540a77 commit fe31ef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generator/generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ def generate_boards_json(input_data, arduino_cli_path):
242242
"fqbn": "arduino:mbed_nano:nanorp2040connect",
243243
"firmware": [],
244244
},
245+
"arduino:renesas_uno:unor4wifi": {"fqbn": "arduino:renesas_uno:unor4wifi", "firmware": []},
245246
}
246247

247248
# Gets the installed cores

0 commit comments

Comments
 (0)