Skip to content

Commit

Permalink
mathieucarbou/ESPAsyncWebServer @ 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 9, 2025
1 parent 7554090 commit cc5a5ea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/ESPDASHPro
2 changes: 1 addition & 1 deletion lib/WebSerialPro
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ lib_deps =
robtillaart/CRC @ 1.0.3
mathieucarbou/AsyncTCP @ 3.3.2
; https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
mathieucarbou/ESPAsyncWebServer @ 3.5.1
mathieucarbou/ESPAsyncWebServer @ 3.6.0
mathieucarbou/MycilaConfig @ 7.0.3
mathieucarbou/MycilaDS18 @ 4.1.2
mathieucarbou/MycilaESPConnect @ 7.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/yasolr_web_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ extern const uint8_t config_html_gz_end[] asm("_binary__pio_data_config_html_gz_

AsyncWebServer webServer(80);

AuthenticationMiddleware authMiddleware;
LoggingMiddleware loggingMiddleware;
AsyncAuthenticationMiddleware authMiddleware;
AsyncLoggingMiddleware loggingMiddleware;

ESPDash dashboard(webServer, "/dashboard", false);
Mycila::ESPConnect espConnect(webServer);
Expand Down

0 comments on commit cc5a5ea

Please sign in to comment.