Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
ea7542a248
|
@@ -1504,7 +1504,7 @@ int ATBDeviceControllerPlugin::init_sc_dbus()
|
|||||||
|
|
||||||
void ATBDeviceControllerPlugin::onWokeUp(uchar source)
|
void ATBDeviceControllerPlugin::onWokeUp(uchar source)
|
||||||
{
|
{
|
||||||
if (source == 0x01) {
|
if (source == 0x01 || source == 0xFE) {
|
||||||
// woke up from device controller
|
// woke up from device controller
|
||||||
this->diag->diagRequest();
|
this->diag->diagRequest();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user