Files
platformio-core/platformio/projectconftpl.ini
T

19 lines
427 B
INI
Raw Normal View History

#
2014-08-09 17:57:17 +03:00
# Project Configuration File
#
2014-12-29 20:27:11 +02:00
# A detailed documentation with the EXAMPLES is located here:
# http://docs.platformio.org/en/latest/projectconf.html
2014-08-09 17:57:17 +03:00
#
2014-12-29 20:27:11 +02:00
# 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