From 6167abcac4900dad7b509a15fb358a75290f3ff1 Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Thu, 13 May 2021 12:39:27 +0200 Subject: [PATCH] Update lte.md change delay to timeout to correctly reflect functionality --- content/firmwareapi/pycom/network/lte.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/firmwareapi/pycom/network/lte.md b/content/firmwareapi/pycom/network/lte.md index 5d331ac..5c7bbb6 100644 --- a/content/firmwareapi/pycom/network/lte.md +++ b/content/firmwareapi/pycom/network/lte.md @@ -118,7 +118,7 @@ Returns `True` if there is an active LTE data session and IP address has been ob End the data session with the network. -### lte.send_at_cmd(cmd, [delay=10000]) +### lte.send_at_cmd(cmd, [timeout=9500]) Send an AT command directly to the modem. Returns the raw response from the modem as a string object. You can find the possible AT commands [here](/gitbook/assets/Monarch-LR5110-ATCmdRefMan-rev6_noConfidential.pdf).