From 622bf32ffad238a8a7ff4f11716ada93f6ae78ba Mon Sep 17 00:00:00 2001 From: BitMaker Date: Mon, 5 Jun 2023 23:12:03 +0200 Subject: [PATCH] Tests --- src/NerdMinerV2.ino.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/NerdMinerV2.ino.cpp b/src/NerdMinerV2.ino.cpp index d13721c..445478e 100644 --- a/src/NerdMinerV2.ino.cpp +++ b/src/NerdMinerV2.ino.cpp @@ -154,7 +154,4 @@ void loop() { wifiManagerProcess(); // avoid delays() in loop when non-blocking and other long running code - //Run miner on main core when there is time --Currently on test - // runMiner(); - } \ No newline at end of file