From ad57ca019a869ae755e70e29a8a2776516bbe231 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 21 Aug 2022 07:49:58 -0400 Subject: [PATCH] turn off debug --- cubesatsim/pico-get-jpeg-serial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/pico-get-jpeg-serial.cpp b/cubesatsim/pico-get-jpeg-serial.cpp index b5142c89..baed0dee 100644 --- a/cubesatsim/pico-get-jpeg-serial.cpp +++ b/cubesatsim/pico-get-jpeg-serial.cpp @@ -14,7 +14,7 @@ int end_flag_detected = false; int jpeg_start = 0; FastCRC8 CRC8; -#define GET_IMAGE_DEBUG +//#define GET_IMAGE_DEBUG //#define DEBUG