mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-11 02:34:29 +05:00
upd env
This commit is contained in:
@@ -8,9 +8,8 @@
|
|||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:d1_mini_pro]
|
[env]
|
||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
board = d1_mini_pro
|
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps =
|
lib_deps =
|
||||||
nrwiersma/ESP8266Scheduler@^1.0
|
nrwiersma/ESP8266Scheduler@^1.0
|
||||||
@@ -27,3 +26,12 @@ lib_deps =
|
|||||||
build_flags = -D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
|
build_flags = -D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
|
||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
|
|
||||||
|
[env:d1_mini]
|
||||||
|
board = d1_mini
|
||||||
|
|
||||||
|
[env:d1_mini_lite]
|
||||||
|
board = d1_mini_lite
|
||||||
|
|
||||||
|
[env:d1_mini_pro]
|
||||||
|
board = d1_mini_pro
|
||||||
|
|||||||
Reference in New Issue
Block a user