mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 06:06:03 +01:00
Update lte.md
change delay to timeout to correctly reflect functionality
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user