Hello.
I am looking for information on how to send an HTML webpage & XML-CSS using a UNO WiFi Rev2.
I have created simple webpages using sketches like:
Examples > WiFiNINA > SimpleWebServer and they work fine. But they do not
format the webpage with an HTML file or pass any XML data.
What I now need is a way to send the equivalent of ESP based commands:
server.on("/", SendWebsite);
server.on("/xml", SendXML);
Any leads are very welcomed,
Mister Ed