; PlatformIO Project Configuration File ; ; Build options: build flags, source filter ; Upload options: custom upload port, speed and extra flags ; Library options: dependencies, extra library storages ; Advanced options: extra scripting ; ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html [env:nodemcuv2] ; CXXFLAGS = -W -Wall -Wextra -Werror -std=c++11 lib_deps = TFT_eSPI ArduinoJson@5.13.4 DallasTemperature Streaming WebSockets OneWire platform = espressif8266 ; lib_extra_dirs = ~/Documents/Arduino/libraries board = nodemcuv2 framework = arduino upload_speed = 460800 ; build_flags = -D BEARSSL_SSL_BASIC ; baud_rate = 115200 monitor_speed = 115200 board_build.f_cpu = 160000000L ; lib_deps = ; MAX31850 DallasTemp