Files
AI-on-the-edge-device/code/platformio.ini
2022-10-08 10:51:19 +02:00

48 lines
1008 B
INI

; 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