forked from platformio/platformio-core
Update project configuration template
This commit is contained in:
@ -168,15 +168,12 @@ Edit the content to match the code described below.
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
#
|
#
|
||||||
# Project Configuration File
|
# PlatformIO Project Configuration File
|
||||||
#
|
#
|
||||||
# A detailed documentation with the EXAMPLES is located here:
|
# Please make sure to read documentation with examples first
|
||||||
# http://docs.platformio.org/en/stable/projectconf.html
|
# http://docs.platformio.org/en/stable/projectconf.html
|
||||||
#
|
#
|
||||||
|
|
||||||
# A sign `#` at the beginning of the line indicates a comment
|
|
||||||
# Comment lines are ignored.
|
|
||||||
|
|
||||||
[env:arduino_uno]
|
[env:arduino_uno]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
@ -167,15 +167,12 @@ Copy the source code which is described below to it.
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
#
|
#
|
||||||
# Project Configuration File
|
# PlatformIO Project Configuration File
|
||||||
#
|
#
|
||||||
# A detailed documentation with the EXAMPLES is located here:
|
# Please make sure to read documentation with examples first
|
||||||
# http://docs.platformio.org/en/stable/projectconf.html
|
# http://docs.platformio.org/en/stable/projectconf.html
|
||||||
#
|
#
|
||||||
|
|
||||||
# A sign `#` at the beginning of the line indicates a comment
|
|
||||||
# Comment lines are ignored.
|
|
||||||
|
|
||||||
[env:arduino_uno]
|
[env:arduino_uno]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
@ -127,15 +127,12 @@ Copy the source code which is described below to it.
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
#
|
#
|
||||||
# Project Configuration File
|
# PlatformIO Project Configuration File
|
||||||
#
|
#
|
||||||
# A detailed documentation with the EXAMPLES is located here:
|
# Please make sure to read documentation with examples first
|
||||||
# http://docs.platformio.org/en/stable/projectconf.html
|
# http://docs.platformio.org/en/stable/projectconf.html
|
||||||
#
|
#
|
||||||
|
|
||||||
# A sign `#` at the beginning of the line indicates a comment
|
|
||||||
# Comment lines are ignored.
|
|
||||||
|
|
||||||
[env:arduino_uno]
|
[env:arduino_uno]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
@ -147,24 +147,12 @@ The result of just generated ``platformio.ini``:
|
|||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
#
|
#
|
||||||
# Project Configuration File
|
# PlatformIO Project Configuration File
|
||||||
#
|
#
|
||||||
# A detailed documentation with the EXAMPLES is located here:
|
# Please make sure to read documentation with examples first
|
||||||
# http://docs.platformio.org/en/stable/projectconf.html
|
# http://docs.platformio.org/en/stable/projectconf.html
|
||||||
#
|
#
|
||||||
|
|
||||||
# A sign `#` at the beginning of the line indicates a comment
|
|
||||||
# Comment lines are ignored.
|
|
||||||
|
|
||||||
# Simple and base environment
|
|
||||||
# [env:mybaseenv]
|
|
||||||
# platform = %INSTALLED_PLATFORM_NAME_HERE%
|
|
||||||
# framework =
|
|
||||||
# board =
|
|
||||||
#
|
|
||||||
# Automatic targets - enable auto-uploading
|
|
||||||
# targets = upload
|
|
||||||
|
|
||||||
[env:uno]
|
[env:uno]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
@ -1,18 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Project Configuration File
|
# PlatformIO Project Configuration File
|
||||||
#
|
#
|
||||||
# A detailed documentation with the EXAMPLES is located here:
|
# Please make sure to read documentation with examples first
|
||||||
# http://docs.platformio.org/en/stable/projectconf.html
|
# http://docs.platformio.org/en/stable/projectconf.html
|
||||||
#
|
#
|
||||||
|
|
||||||
# A sign `#` at the beginning of the line indicates a comment
|
|
||||||
# Comment lines are ignored.
|
|
||||||
|
|
||||||
# Simple and base environment
|
|
||||||
# [env:mybaseenv]
|
|
||||||
# platform = %INSTALLED_PLATFORM_NAME_HERE%
|
|
||||||
# framework =
|
|
||||||
# board =
|
|
||||||
#
|
|
||||||
# Automatic targets - enable auto-uploading
|
|
||||||
# targets = upload
|
|
Reference in New Issue
Block a user