Skip to content

Commit

Permalink
Update AVR_Miner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Aug 6, 2022
1 parent eb9f9bc commit 71de4e4
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 Official AVR Miner 3.25 © MIT licensed
Duino-Coin Official AVR Miner 3.3 © MIT licensed
https://duinocoin.com
https://github.com/revoxhere/duino-coin
Duino-Coin Team & Community 2019-2022
Expand Down Expand Up @@ -109,7 +109,7 @@ def port_num(com):


class Settings:
VER = '3.25'
VER = '3.3'
SOC_TIMEOUT = 15
REPORT_TIME = 120
AVR_TIMEOUT = 10
Expand Down

0 comments on commit 71de4e4

Please sign in to comment.