diff --git a/platformio.ini b/platformio.ini
index 413b5201da..9d7da43fba 100644
--- a/platformio.ini
+++ b/platformio.ini
@@ -86,6 +86,7 @@ board_build.f_cpu = 16000000L
 lib_deps          = ${common.lib_deps}
   TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
 src_filter        = ${common.default_src_filter} +<src/HAL/AVR>
+upload_speed      = 57600
 
 #
 # MightyBoard ATmega2560 (MegaCore 100 pin boards variants)
@@ -97,6 +98,9 @@ board_build.f_cpu = 16000000L
 lib_deps          = ${common.lib_deps}
   TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
 src_filter        = ${common.default_src_filter} +<src/HAL/AVR>
+upload_protocol   = wiring
+upload_speed      = 57600
+board_upload.maximum_size = 253952
 
 #
 # RAMBo