valve measurement board

Dependencies:   mbed ads1115_test SDFileSystem

Branch:
UplinkEnabled
Revision:
60:9375c061be43
Parent:
59:ed37d5b8d18a
--- a/main.cpp	Mon Mar 15 20:34:34 2021 +0900
+++ b/main.cpp	Mon Mar 15 20:42:38 2021 +0900
@@ -104,7 +104,7 @@
 		// -----------------------------------------------------------------------------------------
 
 		int time = timer.read_ms();
-		if(time - dt >= 1000)
+		if(time - dt >= 5000)
 		{
 			// Debug and Config section-----------------------------------------------------------------
 			if (pc.readable() == 0 && wireless.readable() == 0)