Updated FAQ (markdown)

Benoît Blanchon
2016-08-26 10:17:42 +02:00
parent eee53022cc
commit c6277d1fee

4
FAQ.md

@@ -139,9 +139,9 @@ See issues [#243](https://github.com/bblanchon/ArduinoJson/issues/243) and [#302
| Input | AVR 8-bit | ESP8266 | x86 | x64 |
| ---------------------------------- | --------- | ------- | ----- | ----- |
| OpenWeatherMap (one location) | 418 | 684 | 1328 | 1448 |
| OpenWeatherMap (one location) | 436 | 712 | 1384 | 1504 |
| Weather Underground (one location) | 882 | 1424 | 2816 | 2912 |
| Forecast.io | 26818 | 43192 | 85352 | 88448 |
| Forecast.io | 13442 | 21588 | 42648 | 44232 |
Theses results were generated with the [JsonBuffer size calculator](https://rawgit.com/bblanchon/ArduinoJson/master/scripts/buffer-size-calculator.html).