Added dev Setting to change decimal places for temperature measurements

This commit is contained in:
Elfish
2023-04-03 16:23:25 +02:00
parent 9f8b8b9a6c
commit acdb78cd76
4 changed files with 24 additions and 7 deletions

View File

@@ -11,5 +11,6 @@ The JSON object has the following properties:
| Key | Type | Description | Default |
| --- | ---- | ----------- | ------- |
| `bootsound` | string | Uses a custom melodie from the MELODIES folder | |
| `bootsound` | string | Uses a custom melodie while booting | |
| `uppercase` | boolean | Print every character in uppercase | true |
| `temp_dec_places` | int | Number of decimal places for temperature measurements | 0 |