WebSerialLite V2.3.0!🎇
特性
新增认证支持,现在你可以使用begin(&server, "path", user, pass);启用认证。
其他
将依赖包从me-no-dev/ESPAsyncWebServer改为ESPAsyncWebServer-esphome,使你可以自定义WS_MAX_QUEUED_MESSAGES
Features
- Added authentication support; you can now enable authentication using
begin(&server, "path", user, pass).
Chore
- Changed the dependency package from
me-no-dev/ESPAsyncWebServertoESPAsyncWebServer-esphome, allowing for customization ofWS_MAX_QUEUED_MESSAGES.
Thanks @mathieucarbou ❤