2014-06-12 21:17:45 +03:00
|
|
|
#
|
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:
|
2014-12-30 23:22:42 +02:00
|
|
|
# http://docs.platformio.org/en/latest/projectconf.html
|
2014-08-09 17:57:17 +03:00
|
|
|
#
|
2014-06-12 21:17:45 +03:00
|
|
|
|
2014-12-29 20:27:11 +02:00
|
|
|
# A sign `#` at the beginning of the line indicates a comment
|
2014-12-29 20:22:01 +02:00
|
|
|
# Comment lines are ignored.
|
|
|
|
|
|
2014-06-12 21:17:45 +03:00
|
|
|
# Simple and base environment
|
2014-12-29 20:22:01 +02:00
|
|
|
# [env:mybaseenv]
|
|
|
|
|
# platform = %INSTALLED_PLATFORM_NAME_HERE%
|
2014-12-30 23:22:42 +02:00
|
|
|
# framework =
|
2014-12-29 20:22:01 +02:00
|
|
|
# board =
|
|
|
|
|
#
|
|
|
|
|
# Automatic targets - enable auto-uploading
|
|
|
|
|
# targets = upload
|