Skip to content

Commit 4c4986c

Browse files
authored
Update content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note/content.md
1 parent e0c7e57 commit 4c4986c

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,10 +371,10 @@ void ModbusSend() {
371371
```
372372
There are other functions in the main code listed below:
373373

374-
- `EthernetInit()`: initialize the Ethernet connection for the Modbus TCP communication.
375-
- `onPwrChange()`: callback that controls the compressor power relay from the cloud.
376-
- `NiclaVibrationHAndler()`: manages the BLE connection and gather the vibrations alert from the Nicla Sense ME.
377-
- `faultCheck()`: compare the current sensor values with the fault defined threshold and report the state.
374+
- `EthernetInit()`: Initializes the Ethernet connection for Modbus TCP communication.
375+
- `onPwrChange()`: Callback that controls the compressor power relay from the cloud.
376+
- `NiclaVibrationHandler()`: Manages the BLE connection and gathers vibration alerts from the Nicla Sense ME.
377+
- `faultCheck()`: Compares the current sensor values with the defined fault thresholds and reports the state.
378378

379379
***You can download the complete code from [here](assets/Opta_Nicla_Codes.zip).***
380380

0 commit comments

Comments
 (0)