Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPClient lib - add HTTPCLIENT_NOSECURE build flag #9893

Merged
merged 3 commits into from
Jun 20, 2024

Commits on Jun 19, 2024

  1. HTTPClient lib - add HTTPCLIENT_NOSECURE build flag

    `HTTPCLIENT_NOSECURE` build flag disables TLS support in HTTPClient library by
    excluding `NetworkClientSecure.h` header.
    This allows linker to strip down mbedTLS lind and certificates bundle,
    which in turn reduces firmware image for about ~80kib.
    vortigont committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    81003a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Update HTTPClient.cpp

    me-no-dev committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    04cadbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8532b18 View commit details
    Browse the repository at this point in the history