MAP推拉升级

增加本地“下载中”状态记忆(效能有一个下载准备中的过程,此时不会发送状态,但鹰眼本地需要更改状态)
This commit is contained in:
xuxinchao
2022-05-24 15:28:09 +08:00
parent edf04a5e73
commit 4bebe56baa
3 changed files with 35 additions and 21 deletions

View File

@@ -23,4 +23,6 @@ object MoGoConfig {
//根据加速度判断是否刹车阈值
const val BRAKE_ACCELERATION_THRESHOLD = "BRAKE_ACCELERATION_THRESHOLD"
const val CONFIRM_UPGRADE = "CONFIRM_UPGRADE"
}