fix fix_stick_sensors
This commit is contained in:
@ -655,7 +655,7 @@ proc stick_sensors {sensor1 sensor2} {
|
|||||||
proc fix_stick_sensors {} {
|
proc fix_stick_sensors {} {
|
||||||
# fix stick sensors
|
# fix stick sensors
|
||||||
foreach path {/tt/ts/curve /tt/ts_2/curve} {
|
foreach path {/tt/ts/curve /tt/ts_2/curve} {
|
||||||
set curv [silent "" sctval $path]
|
set curv [sctval $path ""]
|
||||||
if {$curv ne ""} {
|
if {$curv ne ""} {
|
||||||
hset $path $curv
|
hset $path $curv
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user