Преглед изворни кода

Examples/PPPoS: Fix pppos SMS send potential timeout in prompt waiting

David Cermak пре 5 година
родитељ
комит
fd47dd4bea
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/protocols/pppos_client/main/pppos_client_main.c

+ 1 - 1
examples/protocols/pppos_client/main/pppos_client_main.c

@@ -59,7 +59,7 @@ static esp_err_t example_handle_cmgs(modem_dce_t *dce, const char *line)
 
 #define MODEM_SMS_MAX_LENGTH (128)
 #define MODEM_COMMAND_TIMEOUT_SMS_MS (120000)
-#define MODEM_PROMPT_TIMEOUT_MS (10)
+#define MODEM_PROMPT_TIMEOUT_MS (100)
 
 static esp_err_t example_send_message_text(modem_dce_t *dce, const char *phone_num, const char *text)
 {