2024-05-13 19:12:34 -07: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
|
|
|
|
|
|
|
|
|
|
[env:esp32dev]
|
|
|
|
|
platform = espressif32
|
|
|
|
|
board = esp32dev
|
|
|
|
|
framework = espidf
|
2024-05-17 16:47:07 -07:00
|
|
|
upload_port = COM19
|
|
|
|
|
monitor_port = COM19
|
2024-05-13 19:12:34 -07:00
|
|
|
monitor_speed = 115200
|
|
|
|
|
build_flags = -DWOLFSSL_USER_SETTINGS, -DWOLFSSL_ESP32
|
|
|
|
|
monitor_filters = direct
|
2024-07-25 11:59:39 -07:00
|
|
|
lib_deps = wolfssl/wolfSSL@^5.7.2
|