diff --git a/Marlin/pins_GT2560_REV_A.h b/Marlin/pins_GT2560_REV_A.h
index cb85c1223b069155693197ed5a7ccb9ea73c9890..0c420cfaa24f7b61f1c141d2b5f044b39a03eee5 100644
--- a/Marlin/pins_GT2560_REV_A.h
+++ b/Marlin/pins_GT2560_REV_A.h
@@ -19,13 +19,13 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
- 
+
 /**
- * Geeetech GT2560 Revision A board pin assignments, based on the work of 
- * George Robles (https://georges3dprinters.com) and 
+ * Geeetech GT2560 Revision A board pin assignments, based on the work of
+ * George Robles (https://georges3dprinters.com) and
  * Richard Smith <galorin@gmail.com>
- */ 
- 
+ */
+
 #if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
   #error "Oops!  Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu."
 #endif
@@ -96,7 +96,7 @@
 
   #define BEEPER_PIN       18
 
-  #if ENABLED(NEWPANEL)       
+  #if ENABLED(NEWPANEL)
 
     #define LCD_PINS_RS    20
     #define LCD_PINS_ENABLE 17
@@ -109,7 +109,7 @@
     #define BTN_EN1        42
     #define BTN_EN2        40
     #define BTN_ENC        19
-    
+
     #define SD_DETECT_PIN  38
 
   #else // !NEWPANEL
diff --git a/Marlin/pins_GT2560_REV_A_PLUS.h b/Marlin/pins_GT2560_REV_A_PLUS.h
index a99a39da8ad21ea86364867869443c7644e70c34..b722c04fd8b82b0e6937405be720703c4d3cc3e9 100644
--- a/Marlin/pins_GT2560_REV_A_PLUS.h
+++ b/Marlin/pins_GT2560_REV_A_PLUS.h
@@ -19,13 +19,13 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
- 
+
 /**
  * Geeetech GT2560 Revision A+ board pin assignments
- */ 
+ */
 
 #include "pins_GT2560_REV_A.h"
 
 #define BOARD_NAME  "GT2560 Rev.A+"
 
-#define SERVO0_PIN  11 
+#define SERVO0_PIN  11
diff --git a/platformio.ini b/platformio.ini
index 50137628e7fb88cefc63068232e9b976d31094e8..3b05bc5661986bb405f7da590a5dbbb32513ec46 100644
--- a/platformio.ini
+++ b/platformio.ini
@@ -67,3 +67,10 @@ board = reprap_rambo
 build_flags = -I $BUILDSRC_DIR
 board_f_cpu = 16000000L
 lib_deps = ${common.lib_deps}
+
+[env:anet10]
+platform = atmelavr
+framework = arduino
+board = sanguino_atmega1284p
+upload_speed = 57600
+lib_deps = ${common.lib_deps}