Add SD Card Info to info.html

This commit is contained in:
Slider0007
2022-10-22 13:11:11 +02:00
parent 98d35e0412
commit 803e8f2bff
6 changed files with 391 additions and 4 deletions

View File

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