1
0
forked from me/IronOS

Fix deg C symbol

This commit is contained in:
Ben V. Brown
2022-09-01 22:29:49 +10:00
parent 8cee506ede
commit 307b6c76f8
3 changed files with 5 additions and 5 deletions

View File

@@ -131,7 +131,7 @@ Used to calibrate the ADC+Op-amp offsets for the tip. This calibration must be p
On device help text: On device help text:
Tip-temperature Cold Junction Compensation (not needed if Tip is +/- 5 C of display) Tip-temperature Cold Junction Compensation (not needed if Tip is +/- 5°C of display)
### Setting: Restore default settings ### Setting: Restore default settings
@@ -303,7 +303,7 @@ Invert the OLED screen colors
### Setting: Boot logo duration ### Setting: Boot logo duration
Sets the duration for the boot logo (S=seconds). Sets the duration for the boot logo (s=seconds).
On device help text: On device help text:

View File

@@ -180,7 +180,7 @@
"Calibrate", "Calibrate",
"tip CJC" "tip CJC"
], ],
"desc": "Tip-temperature Cold Junction Compensation (not needed if Tip is +/- 5 C of display)" "desc": "Tip-temperature Cold Junction Compensation (not needed if Tip is +/- 5°C of display)"
}, },
"SettingsReset": { "SettingsReset": {
"text2": [ "text2": [

View File

@@ -427,7 +427,7 @@ var def = ///
"id": "LOGOTime", "id": "LOGOTime",
"maxLen": 7, "maxLen": 7,
"maxLen2": 15, "maxLen2": 15,
"description": "Sets the duration for the boot logo (S=seconds)." "description": "Sets the duration for the boot logo (s=seconds)."
} }
] ]
} }