Skip to content

Releases: asjdf/WebSerialLite

v2.3.0

14 Dec 20:51
545465b
Compare
Choose a tag to compare

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 to ESPAsyncWebServer-esphome, allowing for customization of WS_MAX_QUEUED_MESSAGES.

Thanks @mathieucarbou

v2.2.0

25 Feb 11:39
b95e0eb
Compare
Choose a tag to compare

WebSerialLite V2.2.0!🎇

特性

WebSerial 继承了 ArduinoPrint 类,所以你现在应该可以无感从 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

16 Feb 13:08
2150c2c
Compare
Choose a tag to compare

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

v2.0.0

28 Aug 06:16
95d66bc
Compare
Choose a tag to compare

WebSerialLite V2!🎇

解决 #2 中提到的需求,提供更加丰富的事件处理器。


Address the needs mentioned in #2 and provide richer event handlers.

警告

事件处理器的注册方式更为丰富但可能会导致部分兼容性问题。

v1.0.1

27 Aug 14:28
f12d29f
Compare
Choose a tag to compare

修正🔧

修正上一版本中的Demo中由于修复包名冲突而导致的错误的头文件引入。


Fix🔧

Fixed the wrong header file import caused by fixing the conflict of package names in the Demo in the previous version.

v1.0.0

27 Aug 13:28
0d45c43
Compare
Choose a tag to compare

WebSerialLite 首次正式释出!🎇

特性

  • <3k的页面体积
  • 多终端并发支持
  • 低成本替换标准 Serial

The first official release of WebSerialLite!

Features

  • <3k page size
  • Multi-terminal concurrent support
  • Low-cost replacement for standard Serial