From 949a8eae837edeac0c0bdf898bb3467e393bf489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Mon, 9 Nov 2015 22:41:51 +0100 Subject: [PATCH] Updated Compatibility issues (markdown) --- Compatibility-issues.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Compatibility-issues.md b/Compatibility-issues.md index eb6cdf2..ffd6f04 100644 --- a/Compatibility-issues.md +++ b/Compatibility-issues.md @@ -56,4 +56,14 @@ There is a temporary workaround for this issue: on your local copy of ArduinoJso Hopefully [the issue](https://github.com/PunchThrough/PunchThrough-BEAN-Arduino-Firmware/issues/23) will be fix in the core. -See issue [#142](https://github.com/bblanchon/ArduinoJson/issues/142) \ No newline at end of file +See issue [#142](https://github.com/bblanchon/ArduinoJson/issues/142) + +## Known problems with Arduino IDE 1.6.6 + +Arduino IDE 1.6.6 bug [#4075](https://github.com/arduino/Arduino/issues/4075) makes the build fail with the following error: + +``` +error: 'namespaceArduinoJson' does not name a type +``` + +You need to roll back to 1.6.5. \ No newline at end of file