diff --git a/src/AsyncTCP.h b/src/AsyncTCP.h index 50cfd4e..4da722e 100644 --- a/src/AsyncTCP.h +++ b/src/AsyncTCP.h @@ -276,7 +276,7 @@ class AsyncServer : public AsyncSocketBase void setNoDelay(bool nodelay) { _noDelay = nodelay; } bool getNoDelay() { return _noDelay; } - uint8_t status(); + uint8_t status() const; protected: uint16_t _port;