Hi,
I noticed that the HTML code segment within the Arduino code includes two lines:
integrity=”sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr”
crossorigin=”anonymous”>
May I understand the purpose of these two line of code?
I “comment” them out and recompile the code and It still work fine.
I would also like to inform that the fontAwesome is now in version 6.4.0. I tried to generate a new icon using the new app version and replace it sample code. Due to the version, the Icons would not show.
I tried exploring the fontAweSome application a little but having some trouble upgrading the code to use the latest release.
Need some advice here.
Thanks
Hi.
That line of code is needed to use the fontawesome icons.
If they are still displayed after you remove that line, it is probably because the icons are saved on the web browser cache.
How did you try to generate new icons? What lines of code did you use?
Regards.,
Sara