Compatible with Arduino and PlatformIO
This commit is contained in:
parent
6667365739
commit
9d01b42e32
|
@ -2,3 +2,4 @@
|
||||||
.piolibdeps
|
.piolibdeps
|
||||||
.clang_complete
|
.clang_complete
|
||||||
.gcc-flags.json
|
.gcc-flags.json
|
||||||
|
.DS_Store
|
||||||
|
|
|
@ -9,9 +9,9 @@
|
||||||
; http://docs.platformio.org/page/projectconf.html
|
; http://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:d1_mini]
|
[env:d1_mini]
|
||||||
platform = espressif8266
|
platform=espressif8266
|
||||||
board = d1_mini
|
board=d1_mini
|
||||||
framework = arduino
|
framework=arduino
|
||||||
|
|
||||||
;upload_port = /dev/tty.wchusbserial410
|
;upload_port = /dev/tty.wchusbserial410
|
||||||
;upload_speed = 921600
|
;upload_speed = 921600
|
||||||
|
@ -26,3 +26,6 @@ lib_deps =
|
||||||
ESPAsyncTCP
|
ESPAsyncTCP
|
||||||
AsyncMqttClient
|
AsyncMqttClient
|
||||||
Adafruit NeoPixel
|
Adafruit NeoPixel
|
||||||
|
|
||||||
|
[platformio]
|
||||||
|
src_dir=esp-wemos-schild
|
||||||
|
|
Loading…
Reference in New Issue