platformio.ini 644 B

1234567891011121314151617181920
  1. ; PlatformIO Project Configuration File
  2. ;
  3. ; Build options: build flags, source filter
  4. ; Upload options: custom upload port, speed and extra flags
  5. ; Library options: dependencies, extra library storages
  6. ; Advanced options: extra scripting
  7. ;
  8. ; Please visit documentation for the other options and examples
  9. ; https://docs.platformio.org/page/projectconf.html
  10. [env:esp32dev]
  11. platform = espressif32
  12. board = esp32dev
  13. framework = espidf
  14. upload_port = COM19
  15. monitor_port = COM19
  16. monitor_speed = 115200
  17. build_flags = -DWOLFSSL_USER_SETTINGS, -DWOLFSSL_ESP32
  18. monitor_filters = direct
  19. lib_deps = wolfssl/wolfSSL@^5.7.0-rev.3b