Skip to content

Commit 108e845

Browse files
1 parent 8e13c5f commit 108e845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Example3_StatusAndRate/Example3_StatusAndRate.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ void loop(void)
8585
Serial.print("Good");
8686
break;
8787
case 1:
88-
Serial.print("Signal fail");
88+
Serial.print("Sigma fail");
8989
break;
9090
case 2:
91-
Serial.print("Sigma fail");
91+
Serial.print("Signal fail");
9292
break;
9393
case 7:
9494
Serial.print("Wrapped target fail");

0 commit comments

Comments
 (0)