... mistake.

This commit is contained in:
Dooho Yi 2019-12-15 06:32:37 +09:00
parent 69b006096f
commit f4098eadab
2 changed files with 5 additions and 0 deletions

View file

@ -38,6 +38,7 @@ lib_deps =
platform = espressif8266
board = nodemcuv2
lib_deps +=
${env.lib_deps}
ESP8266WiFi
Servo(esp8266)
@ -45,6 +46,7 @@ lib_deps +=
platform = espressif8266
board = huzzah
lib_deps +=
${env.lib_deps}
ESP8266WiFi
Servo(esp8266)
@ -54,6 +56,7 @@ build_flags = -std=gnu++14 ; AsyncTCP wants this.
platform = espressif32
board = featheresp32
lib_deps +=
${env.lib_deps}
1826@1.0.3 ; AsyncTCP
[env:nodemcu-32s]
@ -62,4 +65,5 @@ build_flags = -std=gnu++14 ; AsyncTCP wants this.
platform = espressif32
board = nodemcu-32s
lib_deps +=
${env.lib_deps}
1826@1.0.3 ; AsyncTCP

View file

@ -27,6 +27,7 @@ board = featheresp32
upload_speed = 921600
upload_port = /dev/ttyUSB0
lib_deps =
${env.lib_deps}
1826@1.0.3 ; AsyncTCP
13 ; Adafruit GFX Library
22 ; Adafruit HX8357 Library