E2PRO2 / Mbed OS e2pro2-rfid-house
Revision:
13:af3d7d8d77fc
Parent:
12:d8370e1350db
--- a/room.hpp	Fri May 03 15:34:30 2019 +0000
+++ b/room.hpp	Fri May 03 15:56:34 2019 +0000
@@ -17,10 +17,10 @@
         Action = Whereabout(KeyID);
 
         if (Action == 1) {
-            cout << "Let there be light!" << endl;
+            cout << "Let there be light!" << "\r\n";
             return 1; // Sender tÊnd-signal
         } else {
-            cout << "Checkin out.." << endl;
+            cout << "Checkin out.." << "\r\n";
             return 0; // Sender sluk-signal
         }
     }