Skip to content

Commit

Permalink
fix: remove ECC unnecessary ECC lock
Browse files Browse the repository at this point in the history
ECC lock not required on this check because all we are doing is checking the i2c address of the attached device.

Ref: NebraLtd/helium-syncrobit#10
  • Loading branch information
shawaj authored Mar 25, 2023
1 parent 592468b commit c8185b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hm_pyhelper/miner_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ def await_spi_available(spi_bus):
raise SPIUnavailableException("SPI bus %s not found!" % spi_bus)


@lock_ecc()
def config_search_param(command, param):
"""
input:
Expand Down

0 comments on commit c8185b0

Please sign in to comment.