From 71de4e4b9f6c38c727196bf8b91dcb2ada9ce9b1 Mon Sep 17 00:00:00 2001 From: Robert Piotrowski <50244265+revoxhere@users.noreply.github.com> Date: Sat, 6 Aug 2022 17:05:18 +0200 Subject: [PATCH] Update AVR_Miner.py --- AVR_Miner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AVR_Miner.py b/AVR_Miner.py index 7dd6360e..5f730f7f 100644 --- a/AVR_Miner.py +++ b/AVR_Miner.py @@ -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 @@ -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