Fork for fixes

Revision:
21:4dcda56a9820
Parent:
19:58e840279555
--- a/UipEthernet.cpp	Thu Sep 24 21:14:56 2020 +0000
+++ b/UipEthernet.cpp	Fri Sep 25 21:21:31 2020 +0000
@@ -380,6 +380,18 @@
  * @param
  * @retval
  */
+const char* UipEthernet::get_mqttFromDhcp()
+{
+  static char buf[16];
+  return dhcpClient.getMqttServerIp().toString(buf);
+}
+
+/**
+ * @brief
+ * @note
+ * @param
+ * @retval
+ */
 void UipEthernet::tick()
 {
     if (inPacket == NOBLOCK) {