We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a451b4a commit 558c2a5Copy full SHA for 558c2a5
source/MQTTFileDownloader.c
@@ -185,7 +185,7 @@ MQTTFileDownloaderStatus_t mqttDownloader_init( MqttFileDownloaderContext_t * co
185
context->topicGetStreamLength = 0U;
186
context->dataType = ( uint8_t ) dataType;
187
188
- if( context->dataType == ( uint8_t ) DATA_TYPE_JSON )
+ if( context->dataType == ( uint8_t ) DATA_TYPE_JSON )
189
{
190
streamDataApiSuffix = MQTT_API_DATA_JSON;
191
}
0 commit comments