张卓修改后没提交的

This commit is contained in:
DESKTOP-4HD0KC3\ZhangZhuo
2024-10-30 15:51:00 +08:00
parent b3b07908ea
commit fb9e85734b
7 changed files with 407 additions and 26 deletions

View File

@ -55,6 +55,7 @@ int main(int argc, char* argv[])
qDebug() << "system(gpio mode 5 out)";
///check tf card
//<2F><><EFBFBD><EFBFBD>sd<73><64><EFBFBD>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD>أ<EFBFBD><D8A3><EFBFBD><EFBFBD><EFBFBD>û<EFBFBD>еƾͽ<C6BE><CDBD><EFBFBD><EFBFBD><EFBFBD>˸
std::string device = "/dev/mmcblk1p1";
std::string mount_point = "/home/data";
if (!is_mounted(device, mount_point)/*1*/)