platformio.ini 853 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. [env:esp32cam]
  11. platform = espressif32
  12. board = esp32cam
  13. framework = espidf
  14. board_build.embed_files =
  15. src/favicon.ico
  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. monitor_speed = 115200
  31. debug_tool = esp-prog