From b89cee4a4d43cb50d1f30a13e758ad0668abf31b Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 14 Oct 2022 10:21:59 -0400 Subject: [PATCH] typo --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 3274e1f4..83a0cda1 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -223,7 +223,7 @@ void loop() { char camera_file[] = "/cam.jpg"; strcpy(image_file, camera_file); } else { - Serial.println("Using stored image") + Serial.println("Using stored image"); strcpy(image_file, sstv1_filename); // 2nd stored image store_image = true; }