Revert "Merge pull request #1205 from Slider0007/Add-sdcard-info"

This reverts commit 437e8e4d25, reversing
changes made to 0a2b6b71ca.
This commit is contained in:
jomjol
2022-10-22 21:44:35 +02:00
parent 437e8e4d25
commit 98d35e0412
6 changed files with 4 additions and 369 deletions

View File

@@ -2,7 +2,7 @@
#include <string>
#include <fstream>
#include <vector>
#include "sdmmc_cmd.h"
using namespace std;
@@ -47,13 +47,3 @@ size_t getESPHeapSize();
string getESPHeapInfo();
/////////////////////////////
string getSDCardPartitionSize();
string getSDCardFreePartitionSpace();
string getSDCardPartitionAllocationSize();
void SaveSDCardInfo(sdmmc_card_t* card);
string SDCardParseManufacturerIDs(int);
string getSDCardManufacturer();
string getSDCardName();
string getSDCardCapacity();
string getSDCardSectorSize();