We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ef583 commit 475ee9fCopy full SHA for 475ee9f
libraries/Bridge/examples/YunSerialTerminal/YunSerialTerminal.ino
@@ -66,7 +66,7 @@ void loop() {
66
Serial1.begin(500000); // set speed to 500000
67
Serial.println("Speed set to 500000");
68
} else if (c == '~') {
69
- Serial1.write((uint8_t *)"\xff\0\0\x05XXXXX\x0d\xaf", 11);
+ Serial1.write((uint8_t *)"\xff\0\0\x05XXXXX\x7f\xf9", 11);
70
Serial.println("Sending bridge's shutdown command");
71
} else { // any other key pressed?
72
Serial1.write('~'); // write '~' to Linino
0 commit comments