Baudrate now in config

This commit is contained in:
JamesT42
2014-04-20 10:54:01 +02:00
parent c4ffa86618
commit ffe5b45f0d
2 changed files with 3 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ const double maxFeedrate = 2000.;
void setup()
{
Serial.begin(256000);
Serial.begin(BAUDRATE);
Serial.print(VERSIONCODE);
Serial.print("\n");

View File

@@ -1,3 +1,5 @@
#define BAUDRATE 256000
/*
* PINS
*/