Devices based on the HomeDing library are configured by using the Web UI interface.
Browsers will automatically search for the icons that are hosted on the device that will be displayed in address bar and is used as the icon for favorites.
The standard Web UI uses the following standard symbol:
This can be exchanged by copying the favicons from one of the icon folders from this repository into the root folder of the file system of the device.
- /favicons//*.png
- /favicons//*.svg
- Check-out or download this repository
- open the Micro-IDE http://homeding/microide.htm or the built-in Upload tool http://homeding/$upload.htm.
- drop the files from on of the folders to the device upload area.
t.b.d.
When a new icon is available the makeicon script can be used to generate a new set of favicons.
node makeicon.js -n <name> -s
To generate all know icons the following command lin e can be used:
npm run makeall
The script depends on some deprecated libraries but still works on windows.