diff --git a/groundStation/src/cli/cli_monitor.c b/groundStation/src/cli/cli_monitor.c
index 23ca913dc2d9be279ef1d42e3230f4c4dc4fc6c0..4494e65b08320fb4831a733ff83d2bc53e803ae0 100644
--- a/groundStation/src/cli/cli_monitor.c
+++ b/groundStation/src/cli/cli_monitor.c
@@ -77,6 +77,10 @@ int monitor(struct backend_conn * conn) {
 	}
 
 	/* TODO: Get PID constants and status */
+	/* It might be a good idea to only read the pid constants
+	 * every few seconds, so count iterations and only do it if 
+	 * this is every (rate * 2 or 3) pass through the loop
+	 */
 
 	/* Print stuff on screen */
 	/* Assuming a tab width of 8 columns */