esmp3/platformio.ini

43 lines
1.1 KiB
INI
Raw Normal View History

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