fix platformio

This commit is contained in:
Michael Higgins
2020-04-25 18:41:48 -04:00
parent 6a5c00ad1b
commit e00a7d1f5a
2 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
.piolibdeps
.DS_Store
.vscode/*
.pio/*

View File

@@ -7,15 +7,17 @@
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = nodemcuv2
[env:esp12e]
platform = espressif8266@~1.8.0
[env:nodemcuv2]
platform = espressif8266
board = nodemcuv2
framework = arduino
build_flags = -D PIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH
lib_deps =
IRremoteESP8266@~2.7.5
WifiManager@~0.15
https://github.com/tzapu/WiFiManager.git#development
ArduinoJson@~6.13.0
Time@~1.5
https://github.com/jjssoftware/Cryptosuite
https://github.com/jjssoftware/Cryptosuite.git
monitor_speed = 115200