[chronojump] FS. Fixed listen sync signal
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] FS. Fixed listen sync signal
- Date: Tue, 22 Dec 2020 15:51:47 +0000 (UTC)
commit ece01a6e16dab2409eb9a503b2c7a63c1576cdcb
Author: Xavier Padullés <x padulles gmail com>
Date: Tue Dec 22 16:50:18 2020 +0100
FS. Fixed listen sync signal
arduino/ForceSensorLCD/ForceSensorLCD.ino | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/arduino/ForceSensorLCD/ForceSensorLCD.ino b/arduino/ForceSensorLCD/ForceSensorLCD.ino
index 9e07cb39..b3d29b92 100644
--- a/arduino/ForceSensorLCD/ForceSensorLCD.ino
+++ b/arduino/ForceSensorLCD/ForceSensorLCD.ino
@@ -375,7 +375,7 @@ void serialEvent() {
} else if (commandString == "send_sync_signal") {
sendSyncSignal();
} else if (commandString == "listen_sync_signal") {
- getSyncSignal();
+ listenSyncSignal();
} else {
Serial.println("Not a valid command");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]