mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Simplify platformio.ini default template
This commit is contained in:
@ -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
|
# 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
|
|
||||||
|
Reference in New Issue
Block a user