The esp8266 portion of the project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
962 B

; 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
upload_port = 192.168.1.103
upload_protocol = espota
upload_flags =
--ip=192.168.1.103
; --port=8266
--auth=esp8266