mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
more debug for wifi
This commit is contained in:
parent
945a51ad5a
commit
2d6a6453a7
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue