mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-23 11:09:28 -05: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 );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue