Start dc_autoRequest() on wokeup

This commit is contained in:
2024-09-25 12:33:52 +02:00
parent d720c7190f
commit 18104b7271
2 changed files with 3 additions and 0 deletions

View File

@@ -1712,6 +1712,7 @@ void ATBDeviceControllerPlugin::onWokeUp(uchar source)
{
if (source == 0x01 || source == 0xFE) {
// woke up from device controller
hw->dc_autoRequest(true);
this->diag->diagRequest();
}
}