show reset reason, add function to get MAC

This commit is contained in:
George Ruinelli
2022-10-25 13:43:54 +02:00
parent 38f6e49d00
commit f955f8786b
3 changed files with 37 additions and 3 deletions

View File

@@ -59,3 +59,6 @@ string getSDCardManufacturer();
string getSDCardName();
string getSDCardCapacity();
string getSDCardSectorSize();
string getMac(void);
string getResetReason(void);