subDesTagesMitExtraKaese 3 роки тому
батько
коміт
16c4503067
2 змінених файлів з 2 додано та 1 видалено
  1. 1 0
      .gitignore
  2. 1 1
      arduino/src/main.cpp

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+.vscode/c_cpp_properties.json

+ 1 - 1
arduino/src/main.cpp

@@ -53,7 +53,7 @@ void loop() {
     //get mpu values
     mpu.update();
 
-    Serial.print(F("DATA:"));
+    Serial.print(F("DATA:\t"));
 
     //acustic travel time in microseconds 
     for(byte i=0; i<2; i++) {