Set DateTime on change to modeSELL

This commit is contained in:
Siegfried Siegert 2023-07-03 12:24:59 +02:00
parent 2cd73aaa86
commit 99188b0b7a
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03

View File

@ -121,7 +121,7 @@ void ATBDeviceControllerPlugin::stopPhysicalLayer()
void ATBDeviceControllerPlugin::onChangedProgramModeToSELL()
{
//hw->dc_autoRequest(true);
hw->rtc_setDateTime();
}
void ATBDeviceControllerPlugin::onChangedProgramModeToSERVICE()