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

Add sd card infos to info.html
This commit is contained in:
jomjol
2022-10-22 21:26:17 +02:00
committed by GitHub
6 changed files with 369 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;
}