Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mtsas mtsas mtsas mtsas
Diff: Cellular/EasyIP.cpp
- Revision:
- 39:629fc8475af1
- Parent:
- 35:257eb41405e1
- Child:
- 40:ecef43f87c7a
--- a/Cellular/EasyIP.cpp Wed Jul 23 16:04:41 2014 +0000
+++ b/Cellular/EasyIP.cpp Tue Jul 29 19:36:29 2014 +0000
@@ -48,9 +48,6 @@
if(sendBasicCommand("AT&K=3", 2000) != MTS_SUCCESS) {
logWarning("Failed to set flow control to radio");
}
- if(sendBasicCommand("AT+IFC=2,2", 2000) != MTS_SUCCESS) {
- logWarning("Failed to set flow control to radio");
- }
return true;
}