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