From f27fac3e6d459e8dca65a1177f2b704bcc0448f8 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 30 Oct 2022 10:47:43 -0400 Subject: [PATCH] added close to print_file --- cubesatsim/cubesatsim.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index b56160ad..31eb3f59 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -4474,6 +4474,7 @@ void print_file_hex(char* filename, int bytes) { count += 3; } Serial.println(" "); + myFile.close(); } void print_hex2(byte octet) {