Updated Avoiding pitfalls (markdown)

Benoît Blanchon
2016-11-20 11:32:04 +01:00
parent 1c333530ad
commit 15b4659e05

@@ -13,6 +13,8 @@ There are basically two reasons why they may fail:
So, if you are sure the JSON string is correct and you still can't parse it, you should try to increase the size of the `StaticJsonBuffer`. So, if you are sure the JSON string is correct and you still can't parse it, you should try to increase the size of the `StaticJsonBuffer`.
You can use the [JsonBuffer size calculator](https://bblanchon.github.io/ArduinoJson/) to compute the required size.
#### 2. Make sure everything fits in memory #### 2. Make sure everything fits in memory
You may go into unpredictable trouble if you allocate more memory than your processor really has. You may go into unpredictable trouble if you allocate more memory than your processor really has.