deskcontrol/platformio.ini

13 lines
287 B
INI
Raw Normal View History

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
2019-11-29 09:53:44 +00:00
build_flags = -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY -DVERSION=${sysenv.DRONE_SEMVER}
2020-01-27 09:34:21 +00:00
lib_deps = https://github.com/homieiot/homie-esp8266.git#develop, DHT sensor library for ESPx
2019-08-16 18:39:27 +00:00
[env:nodemcu]
board = nodemcu