mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-12 15:50:36 -08:00
Stupid
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
@@ -580,7 +580,7 @@ void WiFiScan::RunPwnScan(uint8_t scan_mode, uint16_t color)
|
||||
// Function to start running a beacon scan
|
||||
void WiFiScan::RunBeaconScan(uint8_t scan_mode, uint16_t color)
|
||||
{
|
||||
//sd_obj.startSD();
|
||||
sd_obj.startSD();
|
||||
sd_obj.openCapture("beacon");
|
||||
|
||||
display_obj.TOP_FIXED_AREA_2 = 48;
|
||||
|
||||
Reference in New Issue
Block a user