mirror of
https://github.com/mdhiggins/ESP8266-HTTP-IR-Blaster.git
synced 2025-07-23 04:03:01 +02:00
fix platformio
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
||||
.piolibdeps
|
||||
.DS_Store
|
||||
.vscode/*
|
||||
.pio/*
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user