valve measurement board

Dependencies:   mbed ads1115_test SDFileSystem

Branch:
UplinkEnabled
Revision:
41:27ebbf39de28
Parent:
40:d02e4dac4bf3
Child:
42:51976ccf669d
diff -r d02e4dac4bf3 -r 27ebbf39de28 main.cpp
--- a/main.cpp	Mon Mar 08 20:12:40 2021 +0900
+++ b/main.cpp	Mon Mar 08 20:21:27 2021 +0900
@@ -122,7 +122,7 @@
 			}
 			// -----------------------------------------------------------------------------------------
 
-			wireless.printf("Tank Pressure is %d now.\r\n", press_bit1);
+			wireless.printf("Tank Pressure is %d now.\r\n\r\n", press_bit1);
 			dt = time;
 		}
 		//valvcontroler auto pressure limitation----------------------------------------------------
@@ -140,7 +140,7 @@
 		}
 		else if(!APLFlug)
 		{
-			wireless.printf("Auto Pressure Limitation is Disabled.\r\n");
+			wireless.printf("Auto Pressure Limitation is Disabled.\r\n\r\n");
 		}
 		//------------------------------------------------------------------------------------------
 		fprintf(fp, "%d\t%d\t%d\t%f\t%f\r\n", time, press_bit1, press_bit2, temp1, temp2);
@@ -171,6 +171,6 @@
 	}
 	else
 	{
-		wireless.printf("You send invaild command\r\n");
+		wireless.printf("You send invaild command.\r\n\r\n");
 	}
 }