...
$ platformio run -e teensy35_debug
Or, you can build/run the pio_build_debug
configuration in CLion. That is equivalent to running make pio_build_debug
in the directory in which you created the Makefile
with cmake
.
...
...
$ platformio run -e teensy35_debug
Or, you can build/run the pio_build_debug
configuration in CLion. That is equivalent to running make pio_build_debug
in the directory in which you created the Makefile
with cmake
.
...