mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-13 01:24:49 +02:00
Updated FAQ (markdown)
9
FAQ.md
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).
|
Reference in New Issue
Block a user