| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- ; PlatformIO Project Configuration File
- ;
- ; Build options: build flags, source filter
- ; Upload options: custom upload port, speed and extra flags
- ; Library options: dependencies, extra library storages
- ; Advanced options: extra scripting
- ;
- ; Please visit documentation for the other options and examples
- ; https://docs.platformio.org/page/projectconf.html
- [platformio]
- src_dir = main
- [env:esp32cam]
- ;platform = espressif32@4.4.0
- platform = espressif32@5.2.0
- board = esp32cam
- ;board = m5stack-core-esp32
- framework = espidf
- board_build.partitions = partitions.csv
- lib_deps =
- jomjol_configfile
- jomjol_helper
- jomjol_wlan
- jomjol_image_proc
- jomjol_controlcamera
- jomjol_flowcontroll
- jomjol_tfliteclass
- tflite-lib
- jomjol_fileserver_ota
- jomjol_time_sntp
- jomjol_logfile
- jomjol_mqtt
- jomjol_influxdb
- jomjol_controlGPIO
- monitor_speed = 115200
- monitor_rts = 0
- monitor_dtr = 0
- debug_tool = esp-prog
- ; Enable and adapt for logging over USB
- ;upload_port = /dev/ttyUSB0
|