Execute diagRequest() on mode change to IDLE (i.e. after vending)
This commit is contained in:
parent
a4d74ed0f7
commit
ba3eabec2c
@ -100,6 +100,9 @@ void ATBDeviceControllerPlugin::onChangedProgramModeToSERVICE()
|
||||
void ATBDeviceControllerPlugin::onChangedProgramModeToIDLE()
|
||||
{
|
||||
//hw->dc_autoRequest(false); // <-- TODO: ???
|
||||
|
||||
this->diag->diagRequest();
|
||||
|
||||
}
|
||||
|
||||
void ATBDeviceControllerPlugin::onChangedProgramModeToOOO()
|
||||
|
Loading…
Reference in New Issue
Block a user