platformio.ini 863 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. [platformio]
  11. src_dir = main
  12. [env:esp32cam]
  13. platform = espressif32@2.1.0
  14. board = esp32cam
  15. framework = espidf
  16. ;board_build.partitions = partitions_singleapp.csv
  17. board_build.partitions = partitions.csv
  18. lib_deps =
  19. jomjol_helper
  20. connect_wlan
  21. jomjol_image_proc
  22. jomjol_controlcamera
  23. jomjol_flowcontroll
  24. jomjol_tfliteclass
  25. tfmicro
  26. jomjol_fileserver_ota
  27. jomjol_time_sntp
  28. jomjol_logfile
  29. jomjol_mqtt
  30. jomjol_controlGPIO
  31. monitor_speed = 115200
  32. debug_tool = esp-prog