能源管控程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

22 rindas
647 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. 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