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.
 
 
 
 
 
 

34 lines
917 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 =
ArduinoJson@5.13.4
DallasTemperature
Streaming
WebSockets
OneWire
ArduinoLog
platform = espressif8266
board = nodemcuv2
framework = arduino
upload_speed = 460800
monitor_speed = 115200
board_build.f_cpu = 160000000L
; upload_port = 192.168.1.103
; upload_protocol = espota
; upload_flags =
; --ip=192.168.1.103
; --port=8266
; --auth=esp8266
; build_flags =
; -DLC_WIFI_SSID=${sysenv.WIFI_SSID}
; -DLC_WIFI_PASS=${sysenv.WIFI_PASS}