누락된 항목 제거
This commit is contained in:
parent
8e9ffe4808
commit
6a7879926d
|
@ -164,7 +164,6 @@ func (p *processor) StartMonitoring() {
|
|||
case p.fanSpeedChanged <- FanspeedInfo{
|
||||
Id: p.id,
|
||||
FanSpeed: fanspeed,
|
||||
Changed: fanspeed != p.fanSpeed,
|
||||
At: now,
|
||||
}:
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue