fix
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
#include "timesync.h>"
|
#include "timesync.h"
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <esp_log.h>
|
#include <esp_log.h>
|
||||||
#include <esp_sntp.h>
|
#include <esp_sntp.h>
|
||||||
@ -26,4 +26,4 @@ void timesyncInit() {
|
|||||||
|
|
||||||
bool timesyncReady() {
|
bool timesyncReady() {
|
||||||
return synchronized;
|
return synchronized;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef _TIMESYNC_H_
|
#ifndef _TIMESYNC_H_
|
||||||
#deifne _TIMESYNC_H_
|
#define _TIMESYNC_H_
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user