add meteo-out
This commit is contained in:
22
Devices/dev-test/platformio.ini
Normal file
22
Devices/dev-test/platformio.ini
Normal file
@@ -0,0 +1,22 @@
|
||||
; 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
|
||||
Reference in New Issue
Block a user