Skip to content

Commit

Permalink
Same here
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Jul 30, 2021
1 parent 7c6e946 commit af7f947
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
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
##########################################
# Duino-Coin Python AVR Miner (v2.5.8)
# Duino-Coin Python AVR Miner (v2.6)
# https://github.com/revoxhere/duino-coin
# Distributed under MIT license
# © Duino-Coin Community 2019-2021
Expand Down Expand Up @@ -95,7 +95,7 @@ def now():
install('pypresence')

# Global variables
MINER_VER = '2.58' # Version number
MINER_VER = '2.6' # Version number
SOC_TIMEOUT = 45
PERIODIC_REPORT_TIME = 60
AVR_TIMEOUT = 3.1 # diff 6 * 100 / 196 h/s = 3.06
Expand Down

0 comments on commit af7f947

Please sign in to comment.