Skip to content

Commit 48d47de

Browse files
authored
Update content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note/content.md
1 parent 05f1249 commit 48d47de

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ The Nicla Sense ME uses its internal IMU to detect anomalous vibrations in the c
9797

9898
### Anomalies Detection
9999

100-
Every sensor will be used for anomalies detection, if any measured variable exceeds its nominal range an anomaly alert will show up in the Arduino Cloud dashboard.
100+
Every sensor will be used to detect anomalies. If any measured variable exceeds its nominal range, an anomaly alert will appear in the Arduino Cloud dashboard.
101101

102-
The sensors nominal threshold are defined in the code as follows:
102+
The sensors' nominal thresholds are defined in the code as follows:
103103

104104
```arduino
105105
#define CURRENT_LIMIT 12 // in Amps

0 commit comments

Comments
 (0)