🧼 Renames stateful socket service

This commit is contained in:
Rune Harlyk
2024-11-14 15:50:46 +01:00
parent 07dc8b1d49
commit 62f3ee1bcb
3 changed files with 4 additions and 20 deletions
@@ -1,7 +1,7 @@
#ifndef Peripherals_h
#define Peripherals_h
#include <EventEndpoint.h>
#include <stateful_socket.h>
#include <stateful_persistence.h>
#include <stateful_service.h>
#include <utils/math_utils.h>