... mistake.
This commit is contained in:
parent
69b006096f
commit
f4098eadab
2 changed files with 5 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ lib_deps =
|
||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
board = nodemcuv2
|
board = nodemcuv2
|
||||||
lib_deps +=
|
lib_deps +=
|
||||||
|
${env.lib_deps}
|
||||||
ESP8266WiFi
|
ESP8266WiFi
|
||||||
Servo(esp8266)
|
Servo(esp8266)
|
||||||
|
|
||||||
|
|
@ -45,6 +46,7 @@ lib_deps +=
|
||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
board = huzzah
|
board = huzzah
|
||||||
lib_deps +=
|
lib_deps +=
|
||||||
|
${env.lib_deps}
|
||||||
ESP8266WiFi
|
ESP8266WiFi
|
||||||
Servo(esp8266)
|
Servo(esp8266)
|
||||||
|
|
||||||
|
|
@ -54,6 +56,7 @@ build_flags = -std=gnu++14 ; AsyncTCP wants this.
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = featheresp32
|
board = featheresp32
|
||||||
lib_deps +=
|
lib_deps +=
|
||||||
|
${env.lib_deps}
|
||||||
1826@1.0.3 ; AsyncTCP
|
1826@1.0.3 ; AsyncTCP
|
||||||
|
|
||||||
[env:nodemcu-32s]
|
[env:nodemcu-32s]
|
||||||
|
|
@ -62,4 +65,5 @@ build_flags = -std=gnu++14 ; AsyncTCP wants this.
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = nodemcu-32s
|
board = nodemcu-32s
|
||||||
lib_deps +=
|
lib_deps +=
|
||||||
|
${env.lib_deps}
|
||||||
1826@1.0.3 ; AsyncTCP
|
1826@1.0.3 ; AsyncTCP
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@ board = featheresp32
|
||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
upload_port = /dev/ttyUSB0
|
upload_port = /dev/ttyUSB0
|
||||||
lib_deps =
|
lib_deps =
|
||||||
|
${env.lib_deps}
|
||||||
1826@1.0.3 ; AsyncTCP
|
1826@1.0.3 ; AsyncTCP
|
||||||
13 ; Adafruit GFX Library
|
13 ; Adafruit GFX Library
|
||||||
22 ; Adafruit HX8357 Library
|
22 ; Adafruit HX8357 Library
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue