From cc5fa079298371fc06f0e9bfee7b23eeefb0d102 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 24 Aug 2022 17:17:00 -0400 Subject: [PATCH] added void read_config_file() --- cubesatsim/cubesatsim.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index fb4957b0..69b6ebe7 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -202,7 +202,8 @@ void get_serial_char(); void get_serial_clear_buffer(); void set_lat_lon(); void program_radio(); - +void read_config_file(); + #ifndef STASSID #define STASSID "Pico" #define STAPSK "picoPassword"