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: example-ublox-cellular-psm
Diff: UbloxCellularBase.cpp
- Revision:
- 32:1fc4850f1253
- Parent:
- 31:b0a6a610d114
- Child:
- 34:d239824bfb8f
--- a/UbloxCellularBase.cpp Thu Aug 29 16:52:05 2019 +0500
+++ b/UbloxCellularBase.cpp Wed Sep 04 16:29:43 2019 +0500
@@ -1549,7 +1549,7 @@
LOCK();
- if(_at->send("AT+UBANDMASK?") && _at->recv("+UBANDMASK: %d,%llu,%d,%llu", &eBandMastRat0, m1_bitmask, &eBandMastRat1, nb1_bitmask) && _at->recv("OK")) {
+ if(_at->send("AT+UBANDMASK?") && _at->recv("+UBANDMASK: %d,%llu,%d,%llu\nOK\n", &eBandMastRat0, m1_bitmask, &eBandMastRat1, nb1_bitmask)) {
status = true;
}