Relocate the configuration values (#29)
closes #24 Reviewed-on: #29 Co-authored-by: localhorst <localhorst@mosad.xyz> Co-committed-by: localhorst <localhorst@mosad.xyz>
This commit was merged in pull request #29.
This commit is contained in:
+5
-4
@@ -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