From 29e5ad125bea4b114c24aff92e0853b2dcb1bed1 Mon Sep 17 00:00:00 2001 From: arkypita Date: Tue, 5 Sep 2017 22:52:27 +0200 Subject: [PATCH] Update grblUpload.ino change of target processor in description --- grbl/examples/grblUpload/grblUpload.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grbl/examples/grblUpload/grblUpload.ino b/grbl/examples/grblUpload/grblUpload.ino index 581b6b3d7..60da7c24b 100644 --- a/grbl/examples/grblUpload/grblUpload.ino +++ b/grbl/examples/grblUpload/grblUpload.ino @@ -1,12 +1,12 @@ /*********************************************************************** -This sketch compiles and uploads Grbl to your 328p-based Arduino! +This sketch compiles and uploads Grbl to your ATmega2560-based Arduino! To use: - First make sure you have imported Grbl source code into your Arduino IDE. There are details on our Github website on how to do this. - Select your Arduino Board and Serial Port in the Tools drop-down menu. - NOTE: Grbl only officially supports 328p-based Arduinos, like the Uno. + NOTE: Grbl-Mega only officially supports ATmega2560-based Arduinos. Using other boards will likely not work! - Then just click 'Upload'. That's it!