Skip to content

Commit

Permalink
Added fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromsousalima committed Dec 16, 2024
1 parent 4e26be9 commit cfe95a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ void setup() {
msd.connect();
while (!msd.connected()) {
while (!msd.connect()) {
//while (!port.connected()) {
delay(1000);
}
Expand Down

0 comments on commit cfe95a2

Please sign in to comment.