Revert "Stupid"

This reverts commit dead80e2f3.
This commit is contained in:
Just Call Me Koko
2020-08-27 20:03:21 -04:00
parent 9f07bc4843
commit 79cdb806f1
2 changed files with 3 additions and 3 deletions

View File

@@ -19,9 +19,9 @@ bool SDInterface::stopSD() {
Serial.println("Stopping SD card");
//delete &buffer_obj;
//buffer_obj = NULL;
this->sd_running = false;
//this->sd_running = false;
//sdcard_uninit();
SD.end();
//SD.end();
Serial.println(ESP.getFreeHeap());
}