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.
Fork of Sigfox by
Diff: Sigfox.cpp
- Revision:
- 13:9e1c2ea4742b
- Parent:
- 12:43a4b8ba4635
- Child:
- 14:e858a765590a
--- a/Sigfox.cpp Wed Jan 17 14:30:08 2018 +0000
+++ b/Sigfox.cpp Thu Feb 15 11:01:23 2018 +0000
@@ -29,9 +29,7 @@
// Add request response data
_at->send("AT$SF=%s,1", data);
// Wait response from sigfox after send
-
-
-
+ return _at->recv("OK");
}
