more debug for wifi

This commit is contained in:
Christoph Kottke 2021-05-24 16:24:50 +01:00
parent 945a51ad5a
commit 2d6a6453a7

View file

@ -39,6 +39,8 @@ void WiFiEvent(WiFiEvent_t event) {
logPrintI(ETH.macAddress());
logPrintI(", IPv4: ");
logPrintI(ETH.localIP().toString());
logPrintI(", DNS: ");
logPrintI(ETH.dnsIP().toString());
if (ETH.fullDuplex()) {
logPrintI(", FULL_DUPLEX");
}