ayushsharma82 / WebSerial

A remote terminal library for wireless microcontrollers to log, monitor or debug your firmware/product
https://webserial.pro
GNU Affero General Public License v3.0
461 stars 107 forks source link

WebSerial Ui #46

Closed ra1n08 closed 2 years ago

ra1n08 commented 2 years ago

i want to edit Webpage for WebSerial and i found this

https://github.com/ayushsharma82/WebSerial/blob/master/src/webserial_webpage.h

What is the sequence of numbers in const uint8_t WEBSERIAL_HTML[] PROGMEM for?

Myjestic commented 2 years ago

It is the whole html source , css and js as gzipped byte code. But unfortunately the it is all obfuscated, so you cannot make any changes to layout or function.