From d2f211c7e1628a46e78afe0be3d5ed52260ab9ad Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 25 Aug 2019 20:52:07 -0500 Subject: [PATCH] Gantry followup --- .../examples/ADIMLab/{Granty v1 => Gantry v1}/Configuration.h | 2 +- .../ADIMLab/{Granty v1 => Gantry v1}/Configuration_adv.h | 0 .../examples/ADIMLab/{Granty v2 => Gantry v2}/Configuration.h | 2 +- .../ADIMLab/{Granty v2 => Gantry v2}/Configuration_adv.h | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename config/examples/ADIMLab/{Granty v1 => Gantry v1}/Configuration.h (99%) rename config/examples/ADIMLab/{Granty v1 => Gantry v1}/Configuration_adv.h (100%) rename config/examples/ADIMLab/{Granty v2 => Gantry v2}/Configuration.h (99%) rename config/examples/ADIMLab/{Granty v2 => Gantry v2}/Configuration_adv.h (100%) diff --git a/config/examples/ADIMLab/Granty v1/Configuration.h b/config/examples/ADIMLab/Gantry v1/Configuration.h similarity index 99% rename from config/examples/ADIMLab/Granty v1/Configuration.h rename to config/examples/ADIMLab/Gantry v1/Configuration.h index faad08591..6f57fc305 100644 --- a/config/examples/ADIMLab/Granty v1/Configuration.h +++ b/config/examples/ADIMLab/Gantry v1/Configuration.h @@ -73,7 +73,7 @@ // User-specified version info of this build to display in [Pronterface, etc] terminal window during // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this // build by the user have been successfully uploaded into firmware. -#define STRING_CONFIG_H_AUTHOR "(ETE-Design, Granty v1)" // Who made the changes. +#define STRING_CONFIG_H_AUTHOR "(ETE-Design, Gantry v1)" // Who made the changes. #define SHOW_BOOTSCREEN #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1 #define STRING_SPLASH_LINE2 WEBSITE_URL // will be shown during bootup in line 2 diff --git a/config/examples/ADIMLab/Granty v1/Configuration_adv.h b/config/examples/ADIMLab/Gantry v1/Configuration_adv.h similarity index 100% rename from config/examples/ADIMLab/Granty v1/Configuration_adv.h rename to config/examples/ADIMLab/Gantry v1/Configuration_adv.h diff --git a/config/examples/ADIMLab/Granty v2/Configuration.h b/config/examples/ADIMLab/Gantry v2/Configuration.h similarity index 99% rename from config/examples/ADIMLab/Granty v2/Configuration.h rename to config/examples/ADIMLab/Gantry v2/Configuration.h index 64e07663a..f2e967a56 100644 --- a/config/examples/ADIMLab/Granty v2/Configuration.h +++ b/config/examples/ADIMLab/Gantry v2/Configuration.h @@ -73,7 +73,7 @@ // User-specified version info of this build to display in [Pronterface, etc] terminal window during // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this // build by the user have been successfully uploaded into firmware. -#define STRING_CONFIG_H_AUTHOR "(ETE-Design, Granty v2)" // Who made the changes. +#define STRING_CONFIG_H_AUTHOR "(ETE-Design, Gantry v2)" // Who made the changes. #define SHOW_BOOTSCREEN #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1 #define STRING_SPLASH_LINE2 WEBSITE_URL // will be shown during bootup in line 2 diff --git a/config/examples/ADIMLab/Granty v2/Configuration_adv.h b/config/examples/ADIMLab/Gantry v2/Configuration_adv.h similarity index 100% rename from config/examples/ADIMLab/Granty v2/Configuration_adv.h rename to config/examples/ADIMLab/Gantry v2/Configuration_adv.h