removed white space in log output
This commit is contained in:
parent
1545cfabb4
commit
9056765b21
@ -66,7 +66,7 @@ void tDisplay_MinerScreen(unsigned long mElapsed)
|
|||||||
// Print background screen
|
// Print background screen
|
||||||
background.pushImage(0, 0, MinerWidth, MinerHeight, MinerScreen);
|
background.pushImage(0, 0, MinerWidth, MinerHeight, MinerScreen);
|
||||||
#ifdef NERD_NOS
|
#ifdef NERD_NOS
|
||||||
Serial.printf(">>> Completed %s share(s), %s Khashes, avg. hashrate %s GH/s, vCore: %smV, temp: %s °C\n",
|
Serial.printf(">>> Completed %s share(s), %s Khashes, avg. hashrate %s GH/s, vCore: %smV, temp: %s°C\n",
|
||||||
data.completedShares.c_str(), data.totalKHashes.c_str(), data.currentHashRate.c_str(),
|
data.completedShares.c_str(), data.totalKHashes.c_str(), data.currentHashRate.c_str(),
|
||||||
data.vcore.c_str(), data.currentTemperature.c_str());
|
data.vcore.c_str(), data.currentTemperature.c_str());
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user