Test program for FF1705.
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."); }