esp-nimble-cpp update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user