2019-08-02 23:48:36 +02:00
|
|
|
; 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
|
|
|
|
|
2019-11-28 19:26:35 +01:00
|
|
|
[platformio]
|
|
|
|
default_envs = esp32
|
|
|
|
|
|
|
|
[extra]
|
2022-08-19 10:37:03 +02:00
|
|
|
lib_deps =
|
2019-11-28 19:26:35 +01:00
|
|
|
|
2019-11-11 05:32:41 +01:00
|
|
|
[env:esp32]
|
|
|
|
platform = espressif32
|
|
|
|
board = esp-wrover-kit
|
2019-08-02 23:48:36 +02:00
|
|
|
framework = arduino
|
2022-08-21 11:37:42 +02:00
|
|
|
upload_speed = 921600
|
2022-08-22 13:55:57 +02:00
|
|
|
build_flags = -DCORE_DEBUG_LEVEL=5 -DCONFIG_ARDUHAL_LOG_COLORS=1 ; !./build_version.sh
|
2022-08-19 10:37:03 +02:00
|
|
|
lib_deps =
|
|
|
|
${extra.lib_deps}
|
|
|
|
esphome/ESP32-audioI2S@^2.1.0
|
2022-08-21 11:37:42 +02:00
|
|
|
computer991/Arduino_MFRC522v2@^2.0.1
|
2022-08-25 14:48:25 +02:00
|
|
|
https://github.com/dplasa/FTPClientServer
|
2022-08-21 11:37:42 +02:00
|
|
|
;upload_port = 10.10.2.108
|
2019-11-29 06:14:45 +01:00
|
|
|
monitor_speed = 115200
|
2022-08-19 10:37:03 +02:00
|
|
|
monitor_port = /dev/cu.usbserial-0001
|
2022-08-25 14:48:25 +02:00
|
|
|
monitor_filters = esp32_exception_decoder
|
2019-11-28 19:26:35 +01:00
|
|
|
|
|
|
|
[env:deploy]
|
|
|
|
platform = espressif32
|
|
|
|
board = esp-wrover-kit
|
|
|
|
framework = arduino
|
2022-08-19 10:37:03 +02:00
|
|
|
lib_deps =
|
|
|
|
${extra.lib_deps}
|
|
|
|
esphome/ESP32-audioI2S@^2.1.0
|
2022-08-21 11:37:42 +02:00
|
|
|
computer991/Arduino_MFRC522v2@^2.0.1
|
2019-11-29 06:10:17 +01:00
|
|
|
board_build.embed_txtfiles = src/index.html
|
|
|
|
board_build.partitions = partitions.csv
|