mbed OS 5 example application using X-NUCLEO-NFC02A1

Dependencies:   NDefLib X_NUCLEO_NFC02A1

Fork of HelloWorld_NFC02A1 by ST

Revision:
7:699836375630
Parent:
2:6f1b1f7f8d12
Child:
8:9bdd16ebccfb
--- a/main.cpp	Wed Sep 28 13:09:54 2016 +0000
+++ b/main.cpp	Thu Sep 29 05:48:44 2016 +0000
@@ -71,7 +71,7 @@
     
     /*create the NDef message and record*/
     NDefLib::Message msg;
-    NDefLib::RecordURI rUri(NDefLib::RecordURI::HTTP_WWW,"st.com");
+    NDefLib::RecordURI rUri(NDefLib::RecordURI::HTTP_WWW,"st.com/st25");
     msg.addRecord(&rUri);
     
     /*write the tag*/