mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-01-22 16:50:16 +01:00
15 lines
173 B
C++
15 lines
173 B
C++
#ifndef NTP_UTILS_H_
|
|
#define NTP_UTILS_H_
|
|
|
|
#include <Arduino.h>
|
|
|
|
|
|
namespace NTP_Utils {
|
|
|
|
void setup();
|
|
void update();
|
|
String getFormatedTime();
|
|
|
|
}
|
|
|
|
#endif |