mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-03-02 01:51:19 +00:00
IPv6 support
This commit is contained in:
@@ -90,3 +90,13 @@ IPAddress WiFiAccessPointConnectionHandler::getGateway() {
|
||||
IPAddress WiFiAccessPointConnectionHandler::getDns(uint8_t idx) {
|
||||
return WiFi.softAPIP();
|
||||
}
|
||||
|
||||
#if defined(ESP32)
|
||||
IPv6Address WiFiAccessPointConnectionHandler::getIPv6() {
|
||||
return IPv6Address();
|
||||
}
|
||||
|
||||
IPv6Address WiFiAccessPointConnectionHandler::getDNSv6(uint8_t idx) {
|
||||
return IPv6Address();
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user