platformio.ini 885 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. ;platform = espressif32
  15. board = esp32cam
  16. framework = espidf
  17. ;board_build.partitions = partitions_singleapp.csv
  18. board_build.partitions = partitions.csv
  19. lib_deps =
  20. jomjol_helper
  21. connect_wlan
  22. jomjol_image_proc
  23. jomjol_controlcamera
  24. jomjol_flowcontroll
  25. jomjol_tfliteclass
  26. tfmicro
  27. jomjol_fileserver_ota
  28. jomjol_time_sntp
  29. jomjol_logfile
  30. jomjol_mqtt
  31. jomjol_controlGPIO
  32. monitor_speed = 115200
  33. debug_tool = esp-prog