platformio.ini 905 B

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