Browse Source

fix autoscroll button

pull/283/head
lumapu 2 years ago
parent
commit
f651811359
  1. 3
      tools/esp8266/html/serial.html

3
tools/esp8266/html/serial.html

@ -59,7 +59,8 @@
mPrintTime = true;
con.value += e.data.replace(/\<rn\>/g, '\r\n');
con.scrollTop = con.scrollHeight;
if(mAutoScroll)
con.scrollTop = con.scrollHeight;
}, false);
}

Loading…
Cancel
Save