🪡 Moves server on robot facade

This commit is contained in:
Rune Harlyk
2024-11-16 00:31:02 +01:00
parent ad86bc5fd4
commit d8ca913188
3 changed files with 54 additions and 57 deletions
+2 -2
View File
@@ -43,7 +43,7 @@
class Spot {
public:
Spot(PsychicHttpServer *server);
Spot();
void initialize();
@@ -75,7 +75,7 @@ class Spot {
}
private:
PsychicHttpServer *_server;
PsychicHttpServer _server;
WiFiService _wifiService;
APService _apService;
EventSocket _socket;