From 99188b0b7ac88fa21bc27ce62c87dbd9db008bbe Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Mon, 3 Jul 2023 12:24:59 +0200 Subject: [PATCH] Set DateTime on change to modeSELL --- src/ATBAPP/ATBDeviceControllerPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ATBAPP/ATBDeviceControllerPlugin.cpp b/src/ATBAPP/ATBDeviceControllerPlugin.cpp index 0a28659..df1aaf8 100644 --- a/src/ATBAPP/ATBDeviceControllerPlugin.cpp +++ b/src/ATBAPP/ATBDeviceControllerPlugin.cpp @@ -121,7 +121,7 @@ void ATBDeviceControllerPlugin::stopPhysicalLayer() void ATBDeviceControllerPlugin::onChangedProgramModeToSELL() { - //hw->dc_autoRequest(true); + hw->rtc_setDateTime(); } void ATBDeviceControllerPlugin::onChangedProgramModeToSERVICE()