Fixed to get compiling again with newest esp-idf

This commit is contained in:
2021-01-07 18:44:25 +01:00
parent dcf9895955
commit f41438597d
3 changed files with 10 additions and 10 deletions

View File

@ -91,6 +91,6 @@ public:
friend class DNSClient;
};
const IPAddress INADDR_NONE(0, 0, 0, 0);
//const IPAddress INADDR_NONE(0, 0, 0, 0);
#endif