Updated FAQ (markdown)

Benoît Blanchon
2015-10-16 21:35:58 +02:00
parent ea0bae929e
commit b2954bd1d5

9
FAQ.md

@@ -35,4 +35,11 @@ There is a known bug in [Arduino core for ESP8266 WiFi chip](https://github.com/
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.
See also: [issue #101](https://github.com/bblanchon/ArduinoJson/issues/101) and [issue #125](https://github.com/bblanchon/ArduinoJson/issues/125).
See also: [issue #101](https://github.com/bblanchon/ArduinoJson/issues/101) and [issue #125](https://github.com/bblanchon/ArduinoJson/issues/125).
### The Serial console if empty!
Some platforms need some time to initialize the serial port.
In that case, you need to add a `delay()` in the setup.
See issue [#112](https://github.com/bblanchon/ArduinoJson/issues/112).