[chronojump/FS-LCD-Menu] Fixed start_capture from software



commit 01e025e572b6a1002b291fed15159f9d37374495
Author: Xavier Padullés <x padulles gmail com>
Date:   Wed Dec 15 13:15:01 2021 +0100

    Fixed start_capture from software

 arduino/ForceSensorLCD/ForceSensorLCD.ino | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/arduino/ForceSensorLCD/ForceSensorLCD.ino b/arduino/ForceSensorLCD/ForceSensorLCD.ino
index f5d11f8ed..80ff477fc 100644
--- a/arduino/ForceSensorLCD/ForceSensorLCD.ino
+++ b/arduino/ForceSensorLCD/ForceSensorLCD.ino
@@ -501,6 +501,7 @@ void serialEvent() {
 
   if (commandString == "start_capture") {
     start_capture();
+    capture();
   } else if (commandString == "end_capture") {
     end_capture();
   } else if (commandString == "get_version") {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]