Skip to content

Commit

Permalink
fixed some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArduCAM committed Apr 15, 2021
1 parent 7c8d013 commit 3e7f1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rp2040_hm01b0/display/preview.pde
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3e7f1cb

Please sign in to comment.