Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Sep 5, 2021
1 parent 0c0ebe2 commit c777350
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.7.1)
# Duino-Coin Python AVR Miner (v2.7.2)
# 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.71' # Version number
MINER_VER = '2.72' # Version number
SOC_TIMEOUT = 45
PERIODIC_REPORT_TIME = 60
AVR_TIMEOUT = 4 # diff 6 * 100 / 196 h/s = 3.06
Expand Down

0 comments on commit c777350

Please sign in to comment.