[chronojump/FS-LCD-Menu] Fixed get_version
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump/FS-LCD-Menu] Fixed get_version
- Date: Thu, 16 Dec 2021 17:42:22 +0000 (UTC)
commit a5fea1d06d3738f11304461a9d46d35b03771372
Author: Xavier Padullés <x padulles gmail com>
Date: Wed Dec 15 13:17:31 2021 +0100
Fixed get_version
arduino/ForceSensorLCD/ForceSensorLCD.ino | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/arduino/ForceSensorLCD/ForceSensorLCD.ino b/arduino/ForceSensorLCD/ForceSensorLCD.ino
index 80ff477fc..1c9379fd2 100644
--- a/arduino/ForceSensorLCD/ForceSensorLCD.ino
+++ b/arduino/ForceSensorLCD/ForceSensorLCD.ino
@@ -565,7 +565,8 @@ void end_capture()
void get_version()
{
- Serial.print("device-");
+ Serial.print(device);
+ Serial.print("-");
Serial.println(version);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]