sntp module
This commit is contained in:
11
main/sntp.h
11
main/sntp.h
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
typedef enum _SntpState
|
||||
{
|
||||
SYNC_SUCCESSFUL,
|
||||
SYNC_NOT_STARTED,
|
||||
SYNC_FAILED,
|
||||
} eSntpState;
|
||||
|
||||
void initSntp(void);
|
||||
eSntpState getSntpState(void);
|
Reference in New Issue
Block a user