mirror of
https://github.com/thunderbug1/Spherebot-Host-GUI.git
synced 2026-03-06 18:06:47 +01:00
Baudrate now in config
This commit is contained in:
@@ -74,7 +74,7 @@ const double maxFeedrate = 2000.;
|
||||
|
||||
void setup()
|
||||
{
|
||||
Serial.begin(256000);
|
||||
Serial.begin(BAUDRATE);
|
||||
Serial.print(VERSIONCODE);
|
||||
Serial.print("\n");
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#define BAUDRATE 256000
|
||||
|
||||
/*
|
||||
* PINS
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user