mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-26 23:36:32 -04:00
Update coreJSON submodule, and update call to JSON_Search API in Shadow demo (#375)
This commit is contained in:
parent
88cf80d5d2
commit
6586b9b401
2 changed files with 1 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue