set power safe mode

This commit is contained in:
Terrence
2024-11-15 23:07:20 +08:00
parent 58de3852c5
commit 15891f5840
11 changed files with 20 additions and 6 deletions

View File

@@ -114,3 +114,7 @@ std::string Ml307Board::GetBoardJson() {
board_json += "\"iccid\":\"" + modem_.GetIccid() + "\"}";
return board_json;
}
void Ml307Board::SetPowerSaveMode(bool enabled) {
// TODO: Implement power save mode for ML307
}