This commit is contained in:
cxh 2025-06-05 11:04:53 +08:00
parent 9dc2f8886b
commit e402d99517

View File

@ -196,7 +196,7 @@ int main()
std::this_thread::sleep_for(std::chrono::milliseconds(100));
}
CloseLed();
CloseLed(serial);
serial.closePort();
mqtt.disconnect();
std::cout << "程序已退出。" << std::endl;