Wednesday, 31 May 2017

Get image from Arduino Ethernet Shield sd card

Source: arduino.stackexchange.com --- Tuesday, May 30, 2017
I have a code that uploads the temperature and humidity from a dht22 to a website. Now i want to add an image to the "add to homescreen" button in safari on ios. Apple has a html code for this: Now I want the "custom_icon.png" to be a link or some other method to a file "Icon.png" on the ethernet shield sd card. I think I need something like this: client.println("Apple-touch-icon\" href=\"/Icon.png\">"); But this doensn't work. It doesn't give an error, but its just the wrong way to acces that file. I tried using the SD.h library but I am not able to use the library for my code. This is a picture of my code. ...



from Apple http://ift.tt/2siOlz5

No comments:

Post a Comment