| ... | ... | @@ -56,7 +56,7 @@ At this point you need to go to `Setup` > `Serial Port` and select `19200` as th |
|
|
|
To ensure that everything is working you can clone the Boardcore repository and compile the code. To clone the repository you will need to have an ssh key configured, check [here ](https://git.skywarder.eu/help/ssh/index.md)how to do it.
|
|
|
|
|
|
|
|
```shell
|
|
|
|
git clone --recursive git@git.skywarder.eu:scs/skyward-boardcore
|
|
|
|
git clone --recurse-submodules git@git.skywarder.eu:avn/swd/skyward-boardcore.git
|
|
|
|
cd skyward-boardcore
|
|
|
|
./sbs
|
|
|
|
```
|
| ... | ... | |