Add favicon to Ricardo’s LoRa_APRS_iGate’s WebUI

It is nice when you opened up your website and see tiny little icon beside the tab windows.
it’s somewhat like identity for your website. i have myself a blog and include favicon in it.
it’s my personal website’s brand, i say.

i see iGate’s WebUI has no favicon yet. i managed to tweak di code and added one.
basically it’s just adding our resource reference for favicon to file called web_utils.cpp.
added tiny favicon.ico in data_embed folder and patched few files.

here the link to my LoRa_APRS_iGate’s Ricardo forked repository.
https://github.com/HariHend1973/LoRa_APRS_iGate/tree/adding-favicon
all you have to do is clone my repository and do checkout to add-favicon branch.
the compile/flash.
i used platformIO on windows PowerShell(without vscode) and use ttgo t-beam.

git clone git@github.com:HariHend1973/LoRa_APRS_iGate.git
cd LoRa_APRS_iGate
git checkout adding-favicon
pio run --target upload --environment ttgo-t-beam-v1_2
pio run --target uploadfs --environment ttgo-t-beam-v1_2

there you go.

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *