mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
getter for ipv6 enabled
This commit is contained in:
@@ -217,6 +217,10 @@ class System {
|
||||
has_ipv6_ = b;
|
||||
}
|
||||
|
||||
bool has_ipv6() {
|
||||
return has_ipv6_;
|
||||
}
|
||||
|
||||
void ntp_connected(bool b);
|
||||
bool ntp_connected();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user