mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
compile all platforms
This commit is contained in:
@@ -6,6 +6,8 @@ For a copy, see <https://opensource.org/licenses/MIT> or
|
|||||||
the LICENSE file.
|
the LICENSE file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if defined(__linux__) || defined(_WIN32) || defined(__APPLE__)
|
||||||
|
|
||||||
#include "ClientPosixIPAddress.h"
|
#include "ClientPosixIPAddress.h"
|
||||||
|
|
||||||
IPAddress::IPAddress()
|
IPAddress::IPAddress()
|
||||||
@@ -26,3 +28,5 @@ IPAddress::IPAddress(uint32_t address)
|
|||||||
IPAddress::operator uint32_t() {
|
IPAddress::operator uint32_t() {
|
||||||
return _address;
|
return _address;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user