From b1a89ad7ddf61b3548caf2b2f63db1731ad0b40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Mon, 2 Nov 2015 18:13:53 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 50478dc..f9876b5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -163,4 +163,6 @@ ssid = (const char*)network["ssid"]; ssid = network["ssid"].asString(); ssid = network["ssid"].as(); ssid = network["ssid"].as(); -``` \ No newline at end of file +``` + +See issue [#118](https://github.com/bblanchon/ArduinoJson/issues/118) and [#146](https://github.com/bblanchon/ArduinoJson/issues/146) \ No newline at end of file