Skip to content

Commit 3d2d731

Browse files
CTetfordandre-stefanov
authored andcommitted
Fix Arduino IDE Issues
1 parent 33f1648 commit 3d2d731

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**V1.10.6 - Updates**
2+
- Fix Arduino IDE issues
3+
14
**V1.10.6 - Updates**
25
- Use consistent enable pin logic for all drivers.
36
- Increase maximum current for TMC2209 to 2A in accordance with BigTreeTech's published maximum continuous drive current.

Configuration.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
// Include the current software version.
3333
#include "Version.h"
3434

35+
// Include the user-specific local configuration
36+
#include "LocalConfiguration.hpp"
37+
3538
/**
3639
* Use default values for any parameters the user didn't provide.
3740
*/
@@ -46,9 +49,6 @@
4649
#error You have to specify the board
4750
#endif
4851

49-
// Include the user-specific local configuration
50-
#include "LocalConfiguration.hpp"
51-
5252
// Set to 1 for the northern hemisphere, 0 otherwise
5353
#ifndef NORTHERN_HEMISPHERE
5454
#define NORTHERN_HEMISPHERE 1
File renamed without changes.

Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// Also, numbers are interpreted as simple numbers. _ __ _
44
// So 1.8 is actually 1.08, meaning that 1.12 is a later version than 1.8. \_(..)_/
55

6-
#define VERSION "V1.10.6"
6+
#define VERSION "V1.10.7"

0 commit comments

Comments
 (0)