AllWize Library
|
#include "ntp.h"
#include "debug.h"
#include "configuration.h"
#include "forwarder.h"
#include <TimeLib.h>
#include <NtpClientLib.h>
#include <ESP8266WiFi.h>
Go to the source code of this file.
Functions | |
bool | ntpSynced () |
String | ntpDateTime (time_t t) |
String | ntpDateTime () |
void | ntpConnect () |
void | ntpSetup () |
void | ntpLoop () |
void ntpConnect | ( | ) |
String ntpDateTime | ( | time_t | t | ) |
String ntpDateTime | ( | ) |
void ntpSetup | ( | ) |