* Add and remove libs and components for Arduino Core 3 * Arduino Core 3 * Add back Solo1 * Change ESP32-S3 to 4MB build * Update README.md * Fix retain and number of retries * Fix rolling log * Fix defaults * Fix BleScanner on Solo1 * Export settings * Import settings * Fix HA Battery voltage * Change submodule * Update espMqttClient and AsyncTCP * Webserial and MQTT/Network reconnecting * Update nuki_ble --------- Co-authored-by: iranl <iranl@github.com>
Frontend
The index.html is the only page of WebSerialLite and you can modify the page yourself and regenerate it.
In addition, I am also very happy that you can participate in fixing the bugs of the library or enhancing the functions of the library.
Quick Start
You can modify and regenerate the page in three step. The execution of the following commands is based on the project root directory and you should install NodeJS and pnpm first.
cd .\frontend\
pnpm i
pnpm build
The finalize.js will compress and html and generate a new WebSerialWebPage.h in ../src floder automatically.
Then you can rebuild your program, the new page ought be embedded in the firmware as expected.