deskcontrol/platformio.ini

33 lines
690 B
INI
Raw Permalink Normal View History

2019-03-23 14:48:17 +00:00
#
# Project Configuration File
#
# A detailed documentation with the EXAMPLES is located here:
# 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
2019-08-16 18:39:27 +00:00
[env]
2019-03-23 14:48:17 +00:00
platform = espressif8266
framework = arduino
2019-08-16 18:39:27 +00:00
2019-03-23 14:48:17 +00:00
upload_speed=921600
build_flags = -D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
2019-08-16 18:39:27 +00:00
lib_deps = https://github.com/homieiot/homie-esp8266.git#develop-v3
[env:nodemcu]
board = nodemcu
[env:nodemcuv2]
board = nodemcuv2