1234567891011121314151617181920 |
- ; 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
- upload_port = COM19
- monitor_port = COM19
- monitor_speed = 115200
- build_flags = -DWOLFSSL_USER_SETTINGS, -DWOLFSSL_ESP32
- monitor_filters = direct
- lib_deps = wolfssl/wolfSSL@^5.7.0-rev.3b
|