Skip to content

Commit

Permalink
Add missing measureJson function to the ArduinoJson namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nomis committed Aug 9, 2019
1 parent a6f029d commit 55cd49c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ArduinoJson.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ using ARDUINOJSON_NAMESPACE::deserializeJson;
using ARDUINOJSON_NAMESPACE::deserializeMsgPack;
using ARDUINOJSON_NAMESPACE::DynamicJsonDocument;
using ARDUINOJSON_NAMESPACE::JsonDocument;
using ARDUINOJSON_NAMESPACE::measureJson;
using ARDUINOJSON_NAMESPACE::serialized;
using ARDUINOJSON_NAMESPACE::serializeJson;
using ARDUINOJSON_NAMESPACE::serializeJsonPretty;
Expand Down

0 comments on commit 55cd49c

Please sign in to comment.