Releases: asjdf/WebSerialLite
v2.3.0
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/ESPAsyncWebServer
toESPAsyncWebServer-esphome
, allowing for customization ofWS_MAX_QUEUED_MESSAGES
.
Thanks @mathieucarbou ❤
v2.2.0
WebSerialLite V2.2.0!🎇
特性
WebSerial
继承了 Arduino
的 Print
类,所以你现在应该可以无感从 Serial
转换至 WebSerial
。
Feature
WebSerial
extends Arduino
's Print
class, so you should now be able to switch from Serial
to WebSerial
without any hassle.
Thanks @nullstalgia ❤
v2.1.0
WebSerialLite V2.1.0!🎇
特性
优化前端文件压缩生成过程,前端文件占用空间减小298字节至2.27KiB
完成 #3 正式支持使用相对路径(不支持多级路由)
修复
解决 #6 中提到的问题,现在您可以使用不同端口运行WebSerialLite
解决 #1 中提到的Safari中按钮位置异常的问题
Feature
Optimize the front-end file compression generation process, the space occupied by the front-end file is reduced by 298 bytes to 2.27KiB
Done #3 officially supports using relative paths (does not support multi-level routing)
Fix
Fixed issue mentioned in #6, now you can run WebSerialLite with a different port
Solve the problem of abnormal button position in Safari mentioned in #1