From 3e7f1cb20f9b07821254eb460aafb3bbef001069 Mon Sep 17 00:00:00 2001 From: Lee Date: Thu, 15 Apr 2021 11:15:38 +0800 Subject: [PATCH] fixed some bugs --- rp2040_hm01b0/display/preview.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp2040_hm01b0/display/preview.pde b/rp2040_hm01b0/display/preview.pde index 95c148c..6676127 100644 --- a/rp2040_hm01b0/display/preview.pde +++ b/rp2040_hm01b0/display/preview.pde @@ -34,7 +34,7 @@ void setup() //myPort = new Serial(this, Serial.list()[0], 9600); // if you have only ONE serial port active // if you know the serial port name - myPort = new Serial(this, "COM11", 115200); // Windows + myPort = new Serial(this, "COM11", 921600); // Windows // myPort = new Serial(this, "/dev/ttyUSB0", 921600); // Linux // myPort = new Serial(this, "/dev/cu.usbmodem14401", 9600); // Mac