mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 11:36:51 +03:00
50 lines
1.1 KiB
INI
50 lines
1.1 KiB
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.1.0
|
|
;platform = espressif32
|
|
board = esp32cam
|
|
;board = m5stack-core-esp32
|
|
framework = espidf
|
|
|
|
;board_build.partitions = partitions_singleapp.csv
|
|
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 |