platformio.ini 956 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@4.4
  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_configfile
  21. jomjol_helper
  22. jomjol_wlan
  23. jomjol_image_proc
  24. jomjol_controlcamera
  25. jomjol_flowcontroll
  26. jomjol_tfliteclass
  27. tflite-lib
  28. jomjol_fileserver_ota
  29. jomjol_time_sntp
  30. jomjol_logfile
  31. jomjol_mqtt
  32. jomjol_influxdb
  33. jomjol_controlGPIO
  34. monitor_speed = 115200
  35. monitor_rts = 0
  36. monitor_dtr = 0
  37. debug_tool = esp-prog