Skip to content

Commit 08c95f1

Browse files
Update README.md
1 parent 8ca878d commit 08c95f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ lib_deps =
4444

4545
These defines set the scaling factors for each weather parameter, allowing the library to store values as scaled integers and save RAM. For example, a temperature of 23.456°C is stored as `23456` when using a factor of 1000.
4646

47-
> [!Tip] **How to change the scaling factors:**
47+
> **How to change the scaling factors:**
4848
> To override any of these default values, simply `#define` the desired value **before** including `weather_rfp.hpp` in your code.
4949
> For example:
5050
> ```cpp

0 commit comments

Comments
 (0)