This commit is contained in:
BitMaker 2023-06-05 23:12:03 +02:00
parent 0872b7bbce
commit 622bf32ffa

View File

@ -154,7 +154,4 @@ void loop() {
wifiManagerProcess(); // avoid delays() in loop when non-blocking and other long running code 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();
} }