diff --git a/docs/ide/qtcreator.rst b/docs/ide/qtcreator.rst index 83d3c259..a84c8875 100644 --- a/docs/ide/qtcreator.rst +++ b/docs/ide/qtcreator.rst @@ -168,15 +168,12 @@ Edit the content to match the code described below. .. 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 # - # A sign `#` at the beginning of the line indicates a comment - # Comment lines are ignored. - [env:arduino_uno] platform = atmelavr framework = arduino diff --git a/docs/ide/sublimetext.rst b/docs/ide/sublimetext.rst index 78ae3292..feaa5f3a 100644 --- a/docs/ide/sublimetext.rst +++ b/docs/ide/sublimetext.rst @@ -167,15 +167,12 @@ Copy the source code which is described below to it. .. 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 # - # A sign `#` at the beginning of the line indicates a comment - # Comment lines are ignored. - [env:arduino_uno] platform = atmelavr framework = arduino diff --git a/docs/ide/visualstudio.rst b/docs/ide/visualstudio.rst index 8bb5f1bf..e7008e92 100644 --- a/docs/ide/visualstudio.rst +++ b/docs/ide/visualstudio.rst @@ -127,15 +127,12 @@ Copy the source code which is described below to it. .. 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 # - # A sign `#` at the beginning of the line indicates a comment - # Comment lines are ignored. - [env:arduino_uno] platform = atmelavr framework = arduino diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 239586e0..57146752 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -147,24 +147,12 @@ The result of just generated ``platformio.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 # - # 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] platform = atmelavr framework = arduino diff --git a/platformio/projectconftpl.ini b/platformio/projectconftpl.ini index fd754591..0e9de3f9 100644 --- a/platformio/projectconftpl.ini +++ b/platformio/projectconftpl.ini @@ -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 -# - -# 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 +# \ No newline at end of file