Changed communication speed to 115200 (better for debugging).
This commit is contained in:
@@ -75,7 +75,7 @@ boolean motorsEnabled = 0;
|
||||
|
||||
void setup()
|
||||
{
|
||||
Serial.begin(9600);
|
||||
Serial.begin(115200);
|
||||
Serial.println("Starting...");
|
||||
Log("Starting...");
|
||||
makeComInterface();
|
||||
|
||||
Reference in New Issue
Block a user