10 lines
102 B
C
10 lines
102 B
C
|
#ifndef SNTP_H
|
||
|
#define SNTP_H
|
||
|
|
||
|
#include "esp_sntp.h"
|
||
|
#include "esp_log.h"
|
||
|
|
||
|
void setup_sntp();
|
||
|
|
||
|
#endif
|