serial speed

This commit is contained in:
2021-08-01 17:28:18 +02:00
parent e5a395e20d
commit 6e90e3a913
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ void setup()
{
pinMode(LED_BUILTIN, OUTPUT);
Serial.begin(9600);
Serial.begin(115200);
if (!driver.init())
{
Serial.println("init failed");