getter for ipv6 enabled

This commit is contained in:
proddy
2024-09-10 10:19:04 +02:00
parent ef73994b08
commit c5e2402770

View File

@@ -217,6 +217,10 @@ class System {
has_ipv6_ = b;
}
bool has_ipv6() {
return has_ipv6_;
}
void ntp_connected(bool b);
bool ntp_connected();