forked from bblanchon/ArduinoJson
Disambiguated the name get()
with getElement()
and getMember()
This commit is contained in:
@ -9,7 +9,7 @@ using namespace ARDUINOJSON_NAMESPACE;
|
||||
|
||||
TEST_CASE("ElementProxy::set()") {
|
||||
DynamicJsonDocument doc(4096);
|
||||
doc.add();
|
||||
doc.addElement();
|
||||
ElementProxy<JsonDocument&> ep = doc[0];
|
||||
|
||||
SECTION("set(int)") {
|
||||
|
Reference in New Issue
Block a user