23 lines
743 B
INI
23 lines
743 B
INI
; 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]
|
|
platform = espressif8266
|
|
board = d1_mini
|
|
build_flags = -Wl,-Teagle.flash.4m1m.ld -D PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK305
|
|
framework = arduino
|
|
board_build.filesystem = littlefs
|
|
monitor_speed = 115200
|
|
upload_speed = 256000
|
|
lib_deps =
|
|
isobit/ArduinoNATS@^1.1.2
|
|
; https://gitflic.ru/project/vpodberezsky/hal9000.git#1.1
|
|
https://github.com/GyverLibs/FastBot2#1.2.4
|