Skip to content

Commit

Permalink
Fixes missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoBiscosi committed Oct 2, 2024
1 parent 5314a61 commit febc045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/IpAddress.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class IpAddress {
inline void setPopServer() { addr.popServer = true; }
inline bool isNtpServer() const { return (addr.ntpServer); }
inline void setNtpServer() { addr.ntpServer = true; }
inline bool isGateway() { return false; }

char* print(char* str, u_int str_len, u_int8_t bitmask = 0xFF) const;
char* printMask(char* str, u_int str_len, bool isLocalIP);
Expand Down

0 comments on commit febc045

Please sign in to comment.