Set DateTime on change to modeSELL

This commit is contained in:
2023-07-03 12:24:59 +02:00
parent 2cd73aaa86
commit 99188b0b7a

View File

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