Raise max temperatures (in GUI) to 400°C
This commit is contained in:
parent
65ef3b35d9
commit
94bb1e54bb
1 changed files with 2 additions and 2 deletions
|
@ -158,7 +158,7 @@ our $Options = {
|
||||||
sidetext => '°C',
|
sidetext => '°C',
|
||||||
cli => 'temperature=i@',
|
cli => 'temperature=i@',
|
||||||
type => 'i',
|
type => 'i',
|
||||||
max => 300,
|
max => 400,
|
||||||
serialize => $serialize_comma,
|
serialize => $serialize_comma,
|
||||||
deserialize => sub { $_[0] ? [ split /,/, $_[0] ] : [0] },
|
deserialize => sub { $_[0] ? [ split /,/, $_[0] ] : [0] },
|
||||||
default => [200],
|
default => [200],
|
||||||
|
@ -171,7 +171,7 @@ our $Options = {
|
||||||
type => 'i',
|
type => 'i',
|
||||||
serialize => $serialize_comma,
|
serialize => $serialize_comma,
|
||||||
deserialize => sub { $_[0] ? [ split /,/, $_[0] ] : [0] },
|
deserialize => sub { $_[0] ? [ split /,/, $_[0] ] : [0] },
|
||||||
max => 300,
|
max => 400,
|
||||||
default => [200],
|
default => [200],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue