Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 402e6bc

Browse files
authoredAug 8, 2024··
Update content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note/content.md
1 parent 0a31352 commit 402e6bc

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note

1 file changed

+1
-1
lines changed
 

‎content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ void loop() {
508508
}
509509
```
510510

511-
The `updateVibrationStatus()` function averages the samples taken and if the vibration magnitude is above the defined limit it will notify the Opta sending a Bluetooth® message.
511+
The `updateVibrationStatus()` function averages the samples taken. If the vibration magnitude exceeds the defined limit, it will notify the Opta by sending a Bluetooth® message.
512512

513513
```arduino
514514
void updateVibrationStatus() {

0 commit comments

Comments
 (0)
Please sign in to comment.