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