Compare commits
2 Commits
91b41e6a2f
...
c1273bd924
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c1273bd924 | ||
|
|
56c516dec7 |
@@ -842,8 +842,9 @@ class MainViewModel @Inject constructor(
|
||||
// tx DCD_GAS Write (DEFAULT VALUE)
|
||||
txPacket(READ_WRITE.WRITE, CMD.DCD_GAS, dcdGas.value.copy(status = 0x50))
|
||||
|
||||
// tx SPRAY_DCD Write (DEFAULT VALUE)
|
||||
txPacket(READ_WRITE.WRITE, CMD.SPRAY_DCD, sprayDcd.value.copy(status = 0x41))
|
||||
// tx SPRAY_DCD Write (DEFAULT VALUE)
|
||||
txPacket(READ_WRITE.WRITE, CMD.SPRAY_DCD, sprayDcd.value.copy(status = 0x41))
|
||||
}
|
||||
}
|
||||
|
||||
private suspend fun waitUntilSerialReady(
|
||||
|
||||
Reference in New Issue
Block a user