valve measurement board

Dependencies:   mbed ads1115_test SDFileSystem

Files at this revision

API Documentation at this revision

Comitter:
Yamasaki Taro
Date:
Mon Mar 15 20:42:38 2021 +0900
Branch:
UplinkEnabled
Parent:
59:ed37d5b8d18a
Commit message:
Reduce frecency of telemetry

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r ed37d5b8d18a -r 9375c061be43 main.cpp
--- 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)