This commit is contained in:
2021-02-12 18:46:13 +01:00
parent 9a52622cfd
commit fea261863e
14 changed files with 690 additions and 125 deletions

View File

@ -13,7 +13,7 @@
#include <dns.h>
#include <sntp.h>
#include <config.h>
#include <iwdg.h>
static t_configBlock *config;
@ -185,6 +185,7 @@ static void wizSNTPHandler(void *handle) {
static void wizSecondsHandler(void *handle) {
seconds.seconds += 1;
HAL_IWDG_Refresh(&hiwdg);
}