WebSerialLite icon indicating copy to clipboard operation
WebSerialLite copied to clipboard

Super lightweight remote serial monitor for ESP8266 & ESP32 (frontend <3k)

Results 9 WebSerialLite issues
Sort by recently updated
recently updated
newest added

Hi, can you please change the double time issue? Left is sufficient. The time does not have to be repeated at the end of each line. Can you please correct...

I think it would be _nice_ to clear the command 'line' after sending it... by adding: document.getElementById("command-text").value="" in the sendCommand function (in the encrypted WebSerialWebPage.h) To clarify: I use the...

Hello! 1. The window cannot be expanded on a mobile device 2. The top interface buttons do not work in Chrome under iOS. 3. It would be nice to indicate...

Hi, Brilliant libary! I had big problems with stuttering output at the beginning. Especially when many WebSerial.println came in a row in the skipt: `WebSerial.print ("Measurement_count: );` `WebSerial.println (Measurement_count);` `WebSerial.print...

增加回调: - 新建连接 - 连接中断 - 连接出错

enhancement

When running esp8266 at 160MHz, /webserial does not load or is displayed incompletely or repeatedly connect/disconnect. Everything works fine at 80 MHz and there are no problems

Each page reload takes the free heap down to zero When I run the demo code, each reload causes the freeheap value to decrease by 1-2 kB. When the value...

just changed index.html in frontend and WebSerialWebPage.h in src ## Summary by CodeRabbit - **New Features** - The command input field now automatically clears after sending a command. - **Bug...

have installed pnpm 9.15.0 on debian. but the pnpm-lock.yaml ist not compatible with this verison ``` debian@debian:/media/sf_VBOXTRANSFER/frontend$ pnpm i  WARN  Ignoring broken lockfile at /media/sf_VBOXTRANSFER/frontend: Lockfile /media/sf_VBOXTRANSFER/frontend/pnpm-lock.yaml not compatible with...