Skip to content

Commit b5f4431

Browse files
committed
docs: Clarify how to verify new board variants
Fixes #2559
1 parent ca5264e commit b5f4431

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

_dev/Add-a-new-variant-(board).md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,12 @@ Finally, all the new reference have to be added in the [`README.md`]
308308
```
309309
</details>
310310

311-
## 6 - Restart
312-
Restart Arduino IDE and try one of the new entry with the [CheckVariant example].
311+
## 6 - Verify your changes
312+
After your commit has been merged, you need a way to test it since it has not been released
313+
yet. You can do that by following
314+
[Using a git repository](https://github.com/stm32duino/Arduino_Core_STM32/wiki/Using-git-repository).
315+
316+
Then verify your changes with the [CheckVariant example].
313317

314318
> [!IMPORTANT]
315319
> An issue with the Arduino IDE 2.x prevents the board to appears

0 commit comments

Comments
 (0)