mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-09 16:35:10 +00:00
more debug for wifi
This commit is contained in:
parent
945a51ad5a
commit
2d6a6453a7
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue