From ca37c5bbc766bc30a3542c0e9f7e5595aed4c40d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 24 Aug 2022 22:44:10 -0400 Subject: [PATCH] added read and write mode --- cubesatsim/cubesatsim.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 4264c4a7..f7a3a83b 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -205,7 +205,9 @@ void set_lat_lon(); void program_radio(); void read_config_file(); void write_config_file(); - +void read_mode(); +void write_mode(); + #ifndef STASSID #define STASSID "Pico" #define STAPSK "picoPassword"