Skip to content

Commit acc5a62

Browse files
committed
Increase process loop delay for cellular network
* Increase process loop delay for cellular network. * Update cellular submodule to reduce HL7800 error message due to unsupported command.
1 parent 62d092f commit acc5a62

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎lib/cellular‎

‎projects/hl7802_mqtt_mutual_auth_demo/WIN32.vcxproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
<ClCompile>
308308
<Optimization>Disabled</Optimization>
309309
<AdditionalIncludeDirectories>.\..\..\lib\cellular\include;.\..\..\lib\cellular\common\include;.\..\..\lib\cellular\common\include\private;.\..\..\lib\FreeRTOS\portable\MSVC-MingW;.\..\..\lib\FreeRTOS\include;.\..\..\lib\coreMQTT\source\portable;.\..\..\lib\coreMQTT\source\include;.\..\..\lib\coreMQTT\source\interface;.\..\..\lib\mbedtls\include;.\..\..\source;.\..\..\source\coreMQTT;.\..\..\source\mbedtls;.\..\..\source\cellular;.\..\..\source\FreeRTOS;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
310-
<PreprocessorDefinitions>MBEDTLS_CONFIG_FILE="mbedtls_config.h";WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT=0x0500;WINVER=0x400;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
310+
<PreprocessorDefinitions>MBEDTLS_CONFIG_FILE="mbedtls_config.h";WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT=0x0500;WINVER=0x400;_CRT_SECURE_NO_WARNINGS;CELLULAR_MODEM_NO_GSM_NETWORK;%(PreprocessorDefinitions)</PreprocessorDefinitions>
311311
<MinimalRebuild>false</MinimalRebuild>
312312
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
313313
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

‎source/MutualAuthMQTTExample.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
/**
154154
* @brief Timeout for MQTT_ProcessLoop in milliseconds.
155155
*/
156-
#define mqttexamplePROCESS_LOOP_TIMEOUT_MS ( 500U )
156+
#define mqttexamplePROCESS_LOOP_TIMEOUT_MS ( 5000U )
157157

158158
/**
159159
* @brief Keep alive time reported to the broker while establishing

0 commit comments

Comments
 (0)