能源管控程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

platformio.ini 647 B

il y a 2 ans
123456789101112131415161718192021
  1. ; PlatformIO Project Configuration File
  2. ;
  3. ; Build options: build flags, source filter
  4. ; Upload options: custom upload port, speed and extra flags
  5. ; Library options: dependencies, extra library storages
  6. ; Advanced options: extra scripting
  7. ;
  8. ; Please visit documentation for the other options and examples
  9. ; https://docs.platformio.org/page/projectconf.html
  10. [env:esp32doit-devkit-v1]
  11. platform = espressif32
  12. board = esp32doit-devkit-v1
  13. framework = arduino
  14. lib_ldf_mode = deep+
  15. lib_deps =
  16. 4-20ma/ModbusMaster@^2.0.1
  17. khoih-prog/ESPAsync_WiFiManager@^1.12.2
  18. knolleary/PubSubClient@^2.8
  19. einararnason/ArduinoQueue@^1.2.5
  20. 256dpi/MQTT@^2.5.0