bug: fix vnish overclock setting
This commit is contained in:
@@ -383,8 +383,13 @@ class MiningModeManual(MinerConfigValue):
|
||||
|
||||
def as_vnish(self) -> dict:
|
||||
return {
|
||||
"overclock": {
|
||||
"chains": [b.as_vnish() for b in self.boards.values() if b.freq != 0],
|
||||
"globals": {"freq": int(self.global_freq), "volt": int(self.global_volt)},
|
||||
"globals": {
|
||||
"freq": int(self.global_freq),
|
||||
"volt": int(self.global_volt),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user