Advertisement
Guest User

Untitled

a guest
Jan 9th, 2021
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  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.  
  11. [env:esp32dev]
  12. platform = espressif32
  13. board = esp32dev
  14. framework = arduino
  15. monitor_speed = 115200
  16. lib_deps =
  17. bblanchon/ArduinoJson
  18. hieromon/AutoConnect
  19. thingsboard/ThingsBoard
  20. HTTPClient
  21. arduino-libraries/ArduinoHttpClient
  22. knolleary/PubSubClient
  23. WiFiClientSecure
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement