Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 73cd2b8

Browse files
committed
Switch to huzzah module.
1 parent a1152ce commit 73cd2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialTransceiver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ void SerialTransceiver::loop() {
1414
String command_name = in_->readStringUntil(' ');
1515

1616
if (command_name.length() == 0 // Generally means a timeout has occured.
17-
&& command_name != '\n') {
17+
|| command_name == "\n") {
1818
return;
1919
}
2020

0 commit comments

Comments
 (0)