From 7718a93ec0dbfab83dc64dce1c9498d60c93c3fe Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 17 Aug 2022 03:44:50 -0400 Subject: [PATCH] added help --- cubesatsim/cubesatsim.ino | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 77fdee34..a8d1fa16 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3615,7 +3615,20 @@ void serial_input() { switch(result) { case 'h': case 'H': - Serial.println("This help info"); + Serial.println("You can change the following settings by typing the letter and hitting Send in the Serial Monitor:"); + Serial.println("h Show this help info"); + Serial.println("a Change to AFSK/APRS mode"); + Serial.println("c Change to CW mode"); + Serial.println("f Change to FSK/DUV mode"); + Serial.println("b Change to BPSK mode"); + Serial.println("s Change to SSTV mode"); + Serial.println("i Restarts CubeSatsim software"); + Serial.println("c Change the CALLSIGN in the configuration file sim.cfg"); + Serial.println("t Change the Simulated Telemetry setting in sim.cfg"); + Serial.println("r Change the Resets Count in the configuration file sim.cfg, or "); + Serial.println(" Reset payload and stored EEPROM values"); + Serial.println("l Change the Latitude and Longitude in the configuration file sim.cfg"); + Serial.println("? Query payload sensors"); break; case 'a':