We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b49523 commit eecc9eaCopy full SHA for eecc9ea
libraries/Bridge/examples/TemperatureWebPanel/TemperatureWebPanel.ino
@@ -102,11 +102,11 @@ void loop() {
102
// convert the millivolts to temperature celsius:
103
float temperature = (voltage - 500) / 10;
104
// print the temperature:
105
- client.print("Current time on the Yún: ");
+ client.print("Current time on the Yún: ");
106
client.println(timeString);
107
client.print("<br>Current temperature: ");
108
client.print(temperature);
109
- client.print(" °C");
+ client.print(" °C");
110
client.print("<br>This sketch has been running since ");
111
client.print(startString);
112
client.print("<br>Hits so far: ");
0 commit comments