Fix alarm on time change

This commit is contained in:
Riku Isokoski
2022-01-22 12:47:23 +02:00
parent 26ae828e39
commit 470db4ab99
2 changed files with 5 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ void DateTime::SetTime(
UpdateTime(systickCounter);
NRF_LOG_INFO("* %d %d %d ", this->hour, this->minute, this->second);
NRF_LOG_INFO("* %d %d %d ", this->day, this->month, this->year);
systemTask->PushMessage(System::Messages::OnNewTime);
}
void DateTime::UpdateTime(uint32_t systickCounter) {