Updated FAQ (markdown)

Benoît Blanchon
2015-11-01 14:52:18 +01:00
parent 99fcf7dd56
commit 75664ae86d

2
FAQ.md

@@ -113,7 +113,7 @@ struct SensorData {
#define SENSORDATA_JSON_SIZE (JSON_OBJECT_SIZE(3))
bool deserialize(SensorData& data, const char* json)
bool deserialize(SensorData& data, char* json)
{
StaticJsonBuffer<SENSORDATA_JSON_SIZE> jsonBuffer;
JsonObject& root = jsonBuffer.parseObject(json);