Skip to content

Commit 1dd83e1

Browse files
added software version to 'h' command
1 parent 76b268f commit 1dd83e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cubesatsim/cubesatsim.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4456,7 +4456,7 @@ void prompt_for_input() {
44564456
Serial.println("d Change debug mode");
44574457
Serial.println("w Connect to WiFi\n");
44584458

4459-
Serial.printf("Config file /sim.cfg contains %s %d %f %f %s\n\n", callsign, reset_count, lat_file, long_file, sim_yes);
4459+
Serial.printf("Software version v0.38 \nConfig file /sim.cfg contains %s %d %f %f %s\n\n", callsign, reset_count, lat_file, long_file, sim_yes);
44604460

44614461
switch(mode) {
44624462

0 commit comments

Comments
 (0)