@@ -25,7 +25,7 @@ The configurations include different board setups for the C/C++ extension, this
## Building with SBS
The easyest way to build and flash the code is to open the terminal with `ctrl + J` and use the build system directly, for example `./sbs -f test-serial` will build the `test-serial` entrypoint and flash it on to the board.
The easiest way to build and flash the code is to open the terminal with `ctrl + J` and use the build system directly, for example `./sbs -f test-serial` will build the `test-serial` entrypoint and flash it on to the board.
Another way to do this is thanks to the configuration files mentioned above. VSCode tasks have been prepared to build and flash a project to your board.