Skip to content

Commit c70d755

Browse files
author
PotatoNukeMk1
committed
Blocking while loop at start removed
1 parent 538ba23 commit c70d755

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
.vscode/c_cpp_properties.json
44
.vscode/launch.json
55
.vscode/ipch
6+
TODO.txt

src/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
void setup() {
44
Serial.begin(115200);
5-
while(!Serial);
65
Serial.flush();
76

87
// Create cli config menu

0 commit comments

Comments
 (0)