implement config
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include <esp_sntp.h>
|
||||
#include "sntp.h"
|
||||
|
||||
#include "esp_sntp.h"
|
||||
#include "esp_log.h"
|
||||
|
||||
#include "sntp.h"
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
static const char *TAG = "smart-oil-heater-control-system-sntp";
|
||||
static volatile eSntpState sntpState = SYNC_NOT_STARTED;
|
||||
|
||||
Reference in New Issue
Block a user