Unchecked gpio_config returns
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user