Skip to content

Commit e17c71b

Browse files
committed
Adding prefix 'Arduino' in client id for ESP8266 boards
1 parent 217bfd9 commit e17c71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveObjectsESP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void LiveObjectsESP::connectNetwork()
9494
// outputDebug(INFO, m_sIP," ", m_sMqttid, " ", m_sMac);
9595
// delay(500);
9696
// }
97-
m_sModel = m_sMac;
97+
m_sModel = m_sMqttid;
9898
}
9999

100100
void LiveObjectsESP::checkNetwork()

0 commit comments

Comments
 (0)