Skip to content

Conversation

@mathieucarbou
Copy link
Contributor

Upgrade PR for ESP32Async/ESPAsyncWebServer @ 3.9.2

Copilot AI review requested due to automatic review settings December 5, 2025 12:46
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the ESPAsyncWebServer library from version 3.8.0 to 3.9.2 and AsyncTCP from 3.4.7 to 3.4.9, along with necessary code adaptations to maintain compatibility with the new library version.

Key changes:

  • Updated ESPAsyncWebServer dependency from 3.8.0 to 3.9.2
  • Updated AsyncTCP dependency from 3.4.7 to 3.4.9
  • Added explicit static_cast<ArRequestHandlerFunction> wrapper around all std::bind calls for single-parameter request handlers to satisfy new library type requirements

Reviewed changes

Copilot reviewed 20 out of 20 changed files in this pull request and generated no comments.

Show a summary per file
File Description
platformio.ini Updated ESPAsyncWebServer to 3.9.2 and AsyncTCP to 3.4.9
src/WebApi_ws_live.cpp Added static_cast wrapper for request handler registration
src/WebApi_sysstatus.cpp Added static_cast wrapper for request handler registration
src/WebApi_security.cpp Added static_cast wrapper for three request handler registrations
src/WebApi_prometheus.cpp Added static_cast wrapper for request handler registration
src/WebApi_power.cpp Added static_cast wrapper for two request handler registrations
src/WebApi_ntp.cpp Added static_cast wrapper for five request handler registrations
src/WebApi_network.cpp Added static_cast wrapper for three request handler registrations
src/WebApi_mqtt.cpp Added static_cast wrapper for three request handler registrations
src/WebApi_maintenance.cpp Added static_cast wrapper for request handler registration
src/WebApi_logging.cpp Added static_cast wrapper for two request handler registrations
src/WebApi_limit.cpp Added static_cast wrapper for two request handler registrations
src/WebApi_inverter.cpp Added static_cast wrapper for six request handler registrations
src/WebApi_i18n.cpp Added static_cast wrapper for two request handler registrations
src/WebApi_gridprofile.cpp Added static_cast wrapper for two request handler registrations
src/WebApi_file.cpp Added static_cast wrapper for four request handler registrations
src/WebApi_eventlog.cpp Added static_cast wrapper for request handler registration
src/WebApi_dtu.cpp Added static_cast wrapper for two request handler registrations
src/WebApi_devinfo.cpp Added static_cast wrapper for request handler registration
src/WebApi_device.cpp Added static_cast wrapper for two request handler registrations

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant