This commit is contained in:
Ján Mátik
2020-12-28 16:59:43 +01:00
14 changed files with 184 additions and 49 deletions

View File

@@ -60,6 +60,7 @@ void CommObd2Can::connectDevice() {
void CommObd2Can::disconnectDevice() {
liveData->commConnected = false;
// CAN->setMode(MCP_SLEEP);
syslog->println("COMM disconnectDevice");
}