能源管控程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
696 B

  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. monitor_speed = 115200
  13. board = esp32doit-devkit-v1
  14. framework = arduino
  15. lib_ldf_mode = deep+
  16. lib_deps =
  17. 4-20ma/ModbusMaster@^2.0.1
  18. khoih-prog/ESPAsync_WiFiManager@^1.12.2
  19. knolleary/PubSubClient@^2.8
  20. einararnason/ArduinoQueue@^1.2.5
  21. 256dpi/MQTT@^2.5.0
  22. politsin/EspMQTT@^1.0.25