mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-28 09:47:14 +02:00
Add initial IPv6 Support
This commit is contained in:
@ -45,6 +45,12 @@ public:
|
||||
|
||||
IPAddress softAPIP();
|
||||
|
||||
bool softAPenableIpV6();
|
||||
IPv6Address softAPIPv6();
|
||||
|
||||
const char * softAPgetHostname();
|
||||
bool softAPsetHostname(const char * hostname);
|
||||
|
||||
uint8_t* softAPmacAddress(uint8_t* mac);
|
||||
String softAPmacAddress(void);
|
||||
|
||||
|
Reference in New Issue
Block a user