ublox-at-cellular-interface-ext

Dependencies:   ublox-at-cellular-interface

Revision:
36:6a6ee1adff84
Parent:
28:4427f2e6bbab
--- a/UbloxATCellularInterfaceExt.cpp	Fri Jan 03 15:46:29 2020 +0500
+++ b/UbloxATCellularInterfaceExt.cpp	Mon Jan 06 14:43:04 2020 +0500
@@ -713,7 +713,7 @@
                     _httpProfiles[httpProfile].pending = false;
                     if (_httpProfiles[httpProfile].result == 1) {
                         // Leave a short delay to make sure the file has been written
-                        wait_ms(100);
+                        ThisThread::sleep_for(100);
                         // HTTP command successfully executed
                         read_length = readFile(rspFile, buf, len);