Make baudrate higher for more responsive prints
This commit is contained in:
parent
4a76fb384f
commit
48f43f3325
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ int soundpin = 9;
|
|||
|
||||
|
||||
void setup() {
|
||||
Serial.begin(9600);
|
||||
// Serial.begin(9600);
|
||||
Serial.begin(115200);
|
||||
mcp2515.reset();
|
||||
mcp2515.setBitrate(CAN_50KBPS);
|
||||
mcp2515.setNormalMode();
|
||||
|
|
Loading…
Reference in a new issue