🪄 Formats NTP related service

This commit is contained in:
Rune Harlyk
2024-07-09 20:06:21 +02:00
committed by Rune Harlyk
parent 33e1a28223
commit 42eafde631
4 changed files with 34 additions and 70 deletions
+3 -4
View File
@@ -25,14 +25,13 @@
#define NTP_STATUS_SERVICE_PATH "/api/ntpStatus"
class NTPStatus
{
public:
class NTPStatus {
public:
NTPStatus(PsychicHttpServer *server, SecurityManager *securityManager);
void begin();
private:
private:
PsychicHttpServer *_server;
SecurityManager *_securityManager;
esp_err_t ntpStatus(PsychicRequest *request);