Skip to content

Commit 695777b

Browse files
authored
Update README.md
1 parent 95de9ad commit 695777b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

β€Žexamples/ESP-WebServer/README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This **example Sketch** demonstrates how to use the [Arduino Temperature Control
1010
## πŸ”Ž Features
1111
- Reads from one or more **DS18B20** temperature sensors
1212
- Configurable **polling interval** (in milliseconds) and **history length** (number of readings)
13-
- **Lightweight dashboard** that visualizes the last N readings
13+
- **Lightweight dashboard** that visualises the last N readings
1414
- **REST endpoints** for easy integration:
1515
- `/temperature` - current readings
1616
- `/sensors` - sensor addresses
@@ -51,11 +51,13 @@ const int HISTORY_LENGTH = 360; // 1 hour at 10-second intervals
5151

5252
## ❓ Questions & Support
5353
- **Library Matters**: If you have issues with the **Arduino Temperature Control Library** itself, please open a ticket in the [official repository](https://github.com/milesburton/Arduino-Temperature-Control-Library/issues)
54-
- **This Sketch**: For help customizing this example, dealing with Wi-Fi issues, or setting up the chart dashboard, and other device-specific tweaks, please visit the [Arduino Forum](https://forum.arduino.cc/). You will find many friendly developers there ready to help.
54+
- **This Sketch**: For help customising this example, dealing with Wi-Fi issues, or setting up the chart dashboard, and other device-specific tweaks, please visit the [Arduino Forum](https://forum.arduino.cc/). You will find many friendly developers there ready to help.
5555

5656
---
5757

5858
## πŸ“œ License
5959
This project is distributed under the [MIT License](https://opensource.org/licenses/MIT).
6060

61-
> We hope you find this Sketch useful for monitoring temperatures - both in a machine-readable (REST) and human-friendly (web dashboard) format. Happy hacking! πŸš€
61+
---
62+
63+
We hope you find this Sketch useful for monitoring temperatures - both in a machine-readable (REST) and human-friendly (web dashboard) format. Happy hacking! πŸš€

0 commit comments

Comments
Β (0)