We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ada90c commit 18ea7aaCopy full SHA for 18ea7aa
README.md
@@ -193,7 +193,7 @@ Temperature level of the controller displayed on the speedometer (5). This value
193
```c#
194
// CtrlTempDisplay: Value send to the speedometer
195
// Ctrl[temp]: Temperature value received from controller
196
-CtlTempDisplay = Ctrl[temp] / 20;
+CtrlTempDisplay = Ctrl[temp] / 20;
197
```
198
199
##### Remaining Range
0 commit comments