2021-01-31 12:08:48 +00:00
|
|
|
; PlatformIO Project Configuration File
|
|
|
|
;
|
|
|
|
; Build options: build flags, source filter
|
|
|
|
; Upload options: custom upload port, speed and extra flags
|
|
|
|
; Library options: dependencies, extra library storages
|
|
|
|
; Advanced options: extra scripting
|
|
|
|
;
|
|
|
|
; Please visit documentation for the other options and examples
|
|
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
|
|
|
|
[env:d1_mini]
|
2022-03-02 18:58:23 +00:00
|
|
|
platform = espressif8266 @ 2.6.3
|
2021-01-31 12:08:48 +00:00
|
|
|
board = d1_mini
|
|
|
|
framework = arduino
|
|
|
|
|
2021-02-07 22:34:54 +00:00
|
|
|
monitor_speed = 115200
|
2021-01-31 12:08:48 +00:00
|
|
|
|
|
|
|
lib_deps =
|
2021-02-07 22:34:54 +00:00
|
|
|
https://github.com/thomasfredericks/wemos_motor_shield
|
|
|
|
Homie@3.0.0
|