serial speed
This commit is contained in:
@@ -85,7 +85,7 @@ void setup()
|
||||
{
|
||||
|
||||
pinMode(LED_BUILTIN, OUTPUT);
|
||||
Serial.begin(9600);
|
||||
Serial.begin(115200);
|
||||
if (!driver.init())
|
||||
{
|
||||
Serial.println("init failed");
|
||||
|
||||
Reference in New Issue
Block a user