Skip to content

Commit

Permalink
Merge pull request #1645 from revoxhere/revoxhere-patch-1
Browse files Browse the repository at this point in the history
Update difficulty list for new arduino code
  • Loading branch information
revoxhere authored May 6, 2023
2 parents cbf17b3 + ba96c0e commit 118b6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AVR_Miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1096,9 +1096,9 @@ def mine_avr(com, threadid, fastest_pool, thread_rigid):
start_diff = "ESP8266"
elif hashrate_test > 1000:
start_diff = "DUE"
elif hashrate_test > 500:
elif hashrate_test > 520:
start_diff = "ARM"
elif hashrate_test > 300:
elif hashrate_test > 370:
start_diff = "MEGA"

pretty_print('sys' + port_num(com),
Expand Down

0 comments on commit 118b6a9

Please sign in to comment.