Skip to content

Commit

Permalink
Merge branch 'Beta' into Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
hjd1964 authored Jun 21, 2018
2 parents 110bc53 + f900354 commit 58b03d0
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Astro.ino
Original file line number Diff line number Diff line change
Expand Up @@ -707,5 +707,3 @@ void soundClick() {
#endif
}
}


1 change: 0 additions & 1 deletion Command.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1984,4 +1984,3 @@ bool cmdReply(char *s) {
strcpy(s,_replyX); _replyX[0]=0;
return true;
}

1 change: 0 additions & 1 deletion Config.Mega2560Alt.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,3 @@
#define FileVersionConfig 2
#include "src/pinmaps/Pins.Mega2560Alt.h"
#endif

1 change: 0 additions & 1 deletion Goto.ino
Original file line number Diff line number Diff line change
Expand Up @@ -497,4 +497,3 @@ GotoErrors goTo(long thisTargetAxis1, long thisTargetAxis2, long altTargetAxis1,

return GOTO_ERR_NONE;
}

1 change: 0 additions & 1 deletion Guide.ino
Original file line number Diff line number Diff line change
Expand Up @@ -359,4 +359,3 @@ void ST4() {
#endif
#endif
}

2 changes: 2 additions & 0 deletions OnStep.ino
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@
// firmware info, these are returned by the ":GV?#" commands
#define FirmwareDate __DATE__
#define FirmwareVersionMajor 1

#define FirmwareVersionMinor 8
#define FirmwareVersionPatch "l" // for example major.minor patch: 1.3c
#define FirmwareVersionConfig 2 // internal, for tracking configuration file changes

#define FirmwareName "On-Step"
#define FirmwareTime __TIME__

Expand Down
1 change: 0 additions & 1 deletion Pins.MiniPCB.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@

#warning "Pin-maps in OnStep have moved to the src/pinmaps/ directory, your configuration file's second to last line should be updated."
#include "src/pinmaps/Pins.MiniPCB.h"

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
OnStep Telescope Controller
===========================
# Important Note
THIS IS THE ALPHA BRANCH, THE MOST ADVANCED ONSTEP VERSION BUT ALSO THE LEAST WELL TESTED!

THIS IS THE BETA BRANCH, IT'S FAIRLY WELL TESTED BUT STILL FREQUENTLY GETS UPDATED WITH NEW FEATURES.

THE BETA BRANCH IS RECOMMENDED FOR MOST USERS.

Expand Down

0 comments on commit 58b03d0

Please sign in to comment.