deskcontrol/platformio.ini
Jens True bad20a7f58
All checks were successful
continuous-integration/drone/push Build is passing
Cleanup and removal of Syslog usage
2019-08-16 20:39:27 +02:00

33 lines
690 B
INI

#
# 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
[env]
platform = espressif8266
framework = arduino
upload_speed=921600
build_flags = -D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
lib_deps = https://github.com/homieiot/homie-esp8266.git#develop-v3
[env:nodemcu]
board = nodemcu
[env:nodemcuv2]
board = nodemcuv2