Disable project auto-clean while building/uploading firmware // Resolve #255

This commit is contained in:
Ivan Kravets
2015-07-21 14:53:38 +03:00
parent b9d14918f3
commit 5a91d0bf1b
4 changed files with 18 additions and 3 deletions

View File

@@ -62,6 +62,12 @@ There 3 levels of verbosity:
By default, verbosity level is set to 3 (maximum information).
.. option::
--disable-auto-clean
Disable auto-clean of :ref:`projectconf_pio_envs_dir` when :ref:`projectconf`
or :ref:`projectconf_pio_src_dir` (project structure) have been modified.
Examples
--------