You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IPAddress addr(response.addr); //to prevent with no const toString() in 2.3.0
18
+
Serial.printf("total answer from %s sent %d recevied %d time %d ms\n",addr.toString().c_str(),response.total_sent,response.total_recv,response.total_time);
19
+
if (response.mac)
20
+
Serial.printf("detected eth address " MACSTR "\n",MAC2STR(response.mac->addr));
0 commit comments