From ecae48a0c003b92b7e700b497ad8b2ec793eb2c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Mon, 9 Nov 2015 10:08:05 +0100 Subject: [PATCH] Updated Compatibility issues (markdown) --- Compatibility-issues.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Compatibility-issues.md b/Compatibility-issues.md index 8742419..eb6cdf2 100644 --- a/Compatibility-issues.md +++ b/Compatibility-issues.md @@ -15,12 +15,14 @@ For Stino, see issues [#74](https://github.com/bblanchon/ArduinoJson/issues/74) ## ESP8266 +Are also conserned all board based on ESP8266: Adafruit HUZZAH, SparkFun Thing, etc. + There is a known bug in [Arduino core for ESP8266 WiFi chip](https://github.com/esp8266/Arduino) that has been fixed on [August 25th 2015](https://github.com/esp8266/Arduino/commit/47b7bcbeb5d8640205a4d9c2acd8b3817fd3caaa). Please make sure you're using a newer version before posting a new issue. -As I'm writing theses lines, you need to use the "staging" version because the "stable" version is too old. +As I'm writing theses lines, **you need to use the "staging" version because the "stable" version is too old**. -See also: [issue #101](https://github.com/bblanchon/ArduinoJson/issues/101) and [issue #125](https://github.com/bblanchon/ArduinoJson/issues/125). +See issues [#101](https://github.com/bblanchon/ArduinoJson/issues/101), [#125](https://github.com/bblanchon/ArduinoJson/issues/125) and [#155](https://github.com/bblanchon/ArduinoJson/issues/155). ## Intel Edison