mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-14 19:16:31 +02:00
Add initial IPv6 Support
This commit is contained in:
@ -63,6 +63,12 @@ public:
|
||||
IPAddress subnetMask();
|
||||
IPAddress gatewayIP();
|
||||
IPAddress dnsIP(uint8_t dns_no = 0);
|
||||
|
||||
bool enableIpV6();
|
||||
IPv6Address localIPv6();
|
||||
|
||||
const char * getHostname();
|
||||
bool setHostname(const char * hostname);
|
||||
|
||||
// STA WiFi info
|
||||
wl_status_t status();
|
||||
|
Reference in New Issue
Block a user