From 6c692cf8c72fcd98ad3e1a7778c37bcaf65f4ab8 Mon Sep 17 00:00:00 2001 From: Howard Dutton Date: Thu, 20 Sep 2018 10:23:23 -0400 Subject: [PATCH] Added some notes about "other configurations" --- other configurations/README.md | 9 +++++++++ other configurations/other configurations.ino | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 other configurations/README.md create mode 100644 other configurations/other configurations.ino diff --git a/other configurations/README.md b/other configurations/README.md new file mode 100644 index 000000000..64ca4a457 --- /dev/null +++ b/other configurations/README.md @@ -0,0 +1,9 @@ +OnStep Telescope Controller +=========================== + +# Other configuration files + +These are less frequently used configurations. + +To activate one of these I recommend opening the file (you can use the Arduino IDE to do this if you like) and copy it's contents over the contents of Config.Classic.h (copy/paste.) +Then follow the directions to enable the configuration as you would any other (OnStep Wiki.) diff --git a/other configurations/other configurations.ino b/other configurations/other configurations.ino new file mode 100644 index 000000000..7db41f0ef --- /dev/null +++ b/other configurations/other configurations.ino @@ -0,0 +1,5 @@ +// Placeholder file +// Nothing to see here ... +// +// This file is only present so the Arduino IDE can edit the .h file(s) +