Execute diagRequest() on mode change to IDLE (i.e. after vending)

This commit is contained in:
2023-06-22 14:50:56 +02:00
parent a4d74ed0f7
commit ba3eabec2c

View File

@@ -100,6 +100,9 @@ void ATBDeviceControllerPlugin::onChangedProgramModeToSERVICE()
void ATBDeviceControllerPlugin::onChangedProgramModeToIDLE()
{
//hw->dc_autoRequest(false); // <-- TODO: ???
this->diag->diagRequest();
}
void ATBDeviceControllerPlugin::onChangedProgramModeToOOO()