Update coreJSON submodule, and update call to JSON_Search API in Shadow demo (#375)

pull/377/head^2
Archit Aggarwal 4 years ago committed by GitHub
parent 88cf80d5d2
commit 6586b9b401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -283,7 +283,6 @@ static void prvUpdateDeltaHandler( MQTTPublishInfo_t * pxPublishInfo )
pxPublishInfo->payloadLength,
"version",
sizeof( "version" ) - 1,
'.',
&pcOutValue,
( size_t * ) &ulOutValueLength );
}
@ -320,7 +319,6 @@ static void prvUpdateDeltaHandler( MQTTPublishInfo_t * pxPublishInfo )
pxPublishInfo->payloadLength,
"state.powerOn",
sizeof( "state.powerOn" ) - 1,
'.',
&pcOutValue,
( size_t * ) &ulOutValueLength );
}
@ -410,7 +408,6 @@ static void prvUpdateAcceptedHandler( MQTTPublishInfo_t * pxPublishInfo )
pxPublishInfo->payloadLength,
"clientToken",
sizeof( "clientToken" ) - 1,
'.',
&pcOutValue,
( size_t * ) &ulOutValueLength );
}

@ -1 +1 @@
Subproject commit 3fcea77f6828be92fb3d3c7593b27105b6e809b4
Subproject commit 5bfadf5f86a038986ebdf7114939d73de2681f7f
Loading…
Cancel
Save