Simplify platformio.ini default template

This commit is contained in:
Ivan Kravets
2016-07-19 23:51:22 +03:00
parent 30733e8376
commit 1738f44847

View File

@ -1,18 +1,6 @@
#
# Project Configuration File
# PlatformIO Project Configuration File
#
# A detailed documentation with the EXAMPLES is located here:
# Please check documentation with examples
# http://docs.platformio.org/en/latest/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