Kconfig 242 B

12345678910
  1. menu "ESP HTTP client"
  2. config ESP_HTTP_CLIENT_ENABLE_HTTPS
  3. bool "Enable https"
  4. default y
  5. help
  6. This option will enable https protocol by linking mbedtls library and initializing SSL transport
  7. endmenu