Skip to content

Commit dd4c6c5

Browse files
V1.7.24 - Updates
- Fixed a bug in the Meade Sync command (:CM#) that caused OATControl to become confused
1 parent 3932490 commit dd4c6c5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Software/Arduino code/OpenAstroTracker/MeadeCommandProcessor.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,7 @@ String MeadeCommandProcessor::handleMeadeSyncControl(String inCmd) {
470470
return "NONE#";
471471
}
472472

473-
return "0";
474-
473+
return "FAIL#";
475474
}
476475

477476
/////////////////////////////

Software/Arduino code/OpenAstroTracker/OpenAstroTracker.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#include "Globals.hpp"
2020

21-
String version = "V1.7.23";
21+
String version = "V1.7.24";
2222

2323
///////////////////////////////////////////////////////////////////////////
2424
// Please see the Globals.h file for configuration of the firmware.

0 commit comments

Comments
 (0)