From 1738f44847053c05c76758241fdd7b76babbbc4b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 19 Jul 2016 23:51:22 +0300 Subject: [PATCH] Simplify platformio.ini default template --- platformio/projectconftpl.ini | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/platformio/projectconftpl.ini b/platformio/projectconftpl.ini index da48cf88..8e3b9e7d 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 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