📦 Moves templates

This commit is contained in:
Rune Harlyk
2024-11-14 15:56:23 +01:00
parent b6fe8844f4
commit 24d39e540e
18 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
#define NTPService_h
#include <filesystem.h>
#include <stateful_persistence.h>
#include <template/stateful_persistence.h>
#include <WiFi.h>
#include <stateful_service_endpoint.h>
#include <template/stateful_endpoint.h>
#include <settings/ntp_settings.h>
#include <lwip/apps/sntp.h>