Tweak default acceleration for TMC drivers

This commit is contained in:
Knutwurst
2021-06-24 08:35:47 +02:00
parent 75e6aa1ac8
commit 56e283ea9a
2 changed files with 5 additions and 5 deletions

View File

@@ -41,10 +41,10 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define CUSTOM_BUILD_VERSION "1.2.0"
#define CUSTOM_BUILD_VERSION "1.2.0-beta.5"
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2021-06-21"
#define STRING_DISTRIBUTION_DATE "2021-06-24"
#endif
/**