From b7cae49a6d1b4c5dba12647e2b30e635b8993a92 Mon Sep 17 00:00:00 2001 From: Raquel Medina Date: Sun, 25 Nov 2018 02:17:48 +0200 Subject: binding: nfc: Process content data from tag (adapter in tag reader mode) Bug-AGL: SPEC-1975 - Register callback for tag found - Update callback for record found - Fix memory leak Change-Id: I870648f3c5771aa1b54b710ef6b75786a1c67f65 Signed-off-by: Raquel Medina --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a1d9471..a9eec9b 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ The NDEF data shall include a text record ('uid') to keep compatibility with the | Name | Description | JSON Response | |--------------------|:-------------------------------------|:-----------------------------------------------------------------------| | presence | event that reports NFC tag presence | *Response:* {"status": "detected", | -| | | "record": { "Type": "Text", "uid" : "042eb3628e4981"}, | +| | | "uid": "042eb3628e4981"}, | -- cgit 1.2.3-korg