Unchecked gpio_config returns

This commit is contained in:
2026-01-10 11:39:37 +01:00
parent df3825df3a
commit 10f9645580
3 changed files with 27 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#include "sntp.h"
static const char *TAG = "smart-oil-heater-control-system-sntp";
static eSntpState sntpState = SYNC_NOT_STARTED;
static volatile eSntpState sntpState = SYNC_NOT_STARTED;
void time_sync_notification_cb(struct timeval *tv);
void initSntp(void)