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

0 15 asyncwebserver 2.1.0 features #3799

Commits on Mar 16, 2024

  1. Use web server ContentType symbols

    These were mostly PROGMEM already, but every little bit helps.
    willmmiles committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    d30182c View commit details
    Browse the repository at this point in the history
  2. Pass PROGMEM type to server.on()

    Rather than relying on the exception handler, indicate the
    __FlashStringHelper type so the correct String constructor is
    used.
    willmmiles committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    7af496c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e0ee56 View commit details
    Browse the repository at this point in the history
  4. AsyncMqttClient: PROGMEM

    willmmiles committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    c093b9c View commit details
    Browse the repository at this point in the history
  5. Update for new AsyncWebSocketSharedBuffer

    Eliminate the extra indirection and allocate shared buffers directly.
    willmmiles committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    3b13629 View commit details
    Browse the repository at this point in the history