add header for display temp
This commit is contained in:
parent
c73c61f37d
commit
6d5d5d3c73
@ -280,6 +280,7 @@ function configure {
|
|||||||
|
|
||||||
#### Temperature Units ####
|
#### Temperature Units ####
|
||||||
#region temp unit setup
|
#region temp unit setup
|
||||||
|
msgb "\n=== Display temperature ==="
|
||||||
if [ "$SENSORS_DETECTED" = true ]; then
|
if [ "$SENSORS_DETECTED" = true ]; then
|
||||||
local unit=$(ask "Display temperatures in Celsius [C] or Fahrenheit [f]? (C/f)")
|
local unit=$(ask "Display temperatures in Celsius [C] or Fahrenheit [f]? (C/f)")
|
||||||
case "$unit" in
|
case "$unit" in
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user