add meteo-out

This commit is contained in:
vpodberezsky
2025-12-13 14:35:36 +03:00
parent 097e0febbb
commit ec07c6ab7d
205 changed files with 65705 additions and 0 deletions

View 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