From c58fbd6f7a5054e4572417cfd780102162a7129f Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 17 Aug 2022 05:47:50 -0400 Subject: [PATCH] added get_serial_string() --- cubesatsim/cubesatsim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index e08dcfff..28ca40ac 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -178,6 +178,7 @@ void parse_payload(); void load_files(); void show_dir(); void serial_input(); +void get_serial_string(); #ifndef STASSID #define STASSID "Pico"