esp-nimble-cpp update

This commit is contained in:
iranl
2025-07-03 21:29:54 +02:00
parent 5c3a683a75
commit aaa22640cc
3 changed files with 7 additions and 7 deletions

View File

@@ -175,6 +175,11 @@ bool NukiNetwork::wifiConnected()
}
}
String NukiNetwork::localIP()
{
return _device->localIP();
}
#ifdef NUKI_HUB_UPDATER
void NukiNetwork::initialize()
{
@@ -1731,9 +1736,4 @@ void NukiNetwork::disableMqtt()
_device->mqttDisable();
_mqttEnabled = false;
}
String NukiNetwork::localIP()
{
return _device->localIP();
}
#endif