Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere committed Feb 10, 2023
1 parent b5758cb commit ca47bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ESP8266_Code/ESP8266_Code.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
( _ \( )( )(_ _)( \( )( _ )___ / __)( _ )(_ _)( \( )
)(_) ))(__)( _)(_ ) ( )(_)((___)( (__ )(_)( _)(_ ) (
(____/(______)(____)(_)\_)(_____) \___)(_____)(____)(_)\_)
Official code for ESP8266 boards version 3.3
Official code for ESP8266 boards version 3.4
Duino-Coin Team & Community 2019-2022 © MIT Licensed
https://duinocoin.com
Expand Down Expand Up @@ -158,7 +158,7 @@ const bool LED_BLINKING = true;
const char * DEVICE = "ESP8266";
const char * POOLPICKER_URL[] = {"https://server.duinocoin.com/getPool"};
const char * MINER_BANNER = "Official ESP8266 Miner";
const char * MINER_VER = "3.3";
const char * MINER_VER = "3.4";
unsigned int share_count = 0;
unsigned int port = 0;
unsigned int difficulty = 0;
Expand Down

0 comments on commit ca47bb7

Please sign in to comment.