Add SD Card Info to info.html

This commit is contained in:
Slider0007
2022-10-22 13:11:11 +02:00
parent 485363d7a2
commit e1f8ac59cb
6 changed files with 391 additions and 4 deletions

View File

@@ -112,6 +112,7 @@ bool Init_NVS_SDCard()
return false;
}
sdmmc_card_print_info(stdout, card);
SaveSDCardInfo(card);
return true;
}