Skip to content

Commit

Permalink
Correct monitor speed
Browse files Browse the repository at this point in the history
  • Loading branch information
sh123 committed Mar 16, 2023
1 parent cd435b5 commit 690947a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ bool updateScreen(void *)

void setup()
{
Serial.begin(9600);
Serial.begin(115200);

if(!display.begin(SSD1306_SWITCHCAPVCC, 0x3C))
{
Expand Down

0 comments on commit 690947a

Please sign in to comment.