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.
Dependencies: libxDot-dev-mbed5-deprecated ISL29011
Revision 2:9b44950b84af, committed 2017-11-09
- Comitter:
- jernej_vrscaj
- Date:
- Thu Nov 09 07:18:24 2017 +0000
- Parent:
- 1:12a289bd6b82
- Commit message:
- Small correction in printf message.
Changed in this revision
| Example/src/peer_to_peer_example.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 12a289bd6b82 -r 9b44950b84af Example/src/peer_to_peer_example.cpp
--- a/Example/src/peer_to_peer_example.cpp Tue Nov 07 11:22:06 2017 +0000
+++ b/Example/src/peer_to_peer_example.cpp Thu Nov 09 07:18:24 2017 +0000
@@ -226,9 +226,8 @@
if(!(sent && sent_rx))
{
-
lcd.locate(0,10);
- lcd.printf("FAIL!");
+ lcd.printf("...TIMEOUT - FAIL!");
lcd.locate(0,20);
lcd.printf("Preveri REFERENCNO platico.");
}