Adding additional build tag for boards with ninafw

This commit is contained in:
BCG
2024-01-06 20:36:03 -05:00
committed by Ron Evans
parent 8c90f4facf
commit a40b11f535
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"inherits": ["atsamd21g18a"],
"build-tags": ["arduino_nano33", "ninafw"],
"build-tags": ["arduino_nano33", "ninafw", "ninafw_machine_init"],
"flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}",
"serial-port": ["2341:8057", "2341:0057"],
"flash-1200-bps-reset": "true"