trunk roundhouse kick

This commit is contained in:
Thomas Göttgens
2023-01-21 14:34:29 +01:00
parent 6cf18b7d07
commit 51b2c431d9
234 changed files with 4989 additions and 5101 deletions

View File

@@ -9,8 +9,8 @@
*/
class ethServerAPI : public ServerAPI<EthernetClient>
{
public:
explicit ethServerAPI(EthernetClient &_client);
public:
explicit ethServerAPI(EthernetClient &_client);
};
/**
@@ -18,8 +18,8 @@ class ethServerAPI : public ServerAPI<EthernetClient>
*/
class ethServerPort : public APIServerPort<ethServerAPI, EthernetServer>
{
public:
explicit ethServerPort(int port);
public:
explicit ethServerPort(int port);
};
void initApiServer(int port=4403);
void initApiServer(int port = 4403);