Update project template for CodeBlocks

This commit is contained in:
Valeriy Koval
2016-04-04 20:49:13 +03:00
parent e3b3ea53be
commit 2c45f18fa1

View File

@ -16,8 +16,11 @@
</MakeCommands>
<Build>
<Target title="Debug">
<Option type="1" />
<Option type="4" />
<Option compiler="gcc" />
<Option parameters="-f -c codeblocks run -t upload" />
<Option host_application="{{platformio_path}}" />
<Option run_host_application_in_terminal="1" />
<Option use_console_runner="0" />
<MakeCommands>
<Build command="{{platformio_path}} -f -c codeblocks run" />
@ -29,8 +32,11 @@
</MakeCommands>
</Target>
<Target title="Release">
<Option type="1" />
<Option type="4" />
<Option compiler="gcc" />
<Option parameters="-f -c codeblocks run -t upload" />
<Option host_application="{{platformio_path}}" />
<Option run_host_application_in_terminal="1" />
<Option use_console_runner="0" />
<MakeCommands>
<Build command="{{platformio_path}} -f -c codeblocks run" />