Skip to content

Commit 2923864

Browse files
committed
Merge branch 'release_candidate' of https://github.com/sparkfun/SparkFun_RTK_Everywhere_Firmware into release_candidate
2 parents 5826242 + 61b5484 commit 2923864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/Ethernet.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ void onEthernetEvent(arduino_event_id_t event, arduino_event_info_t info)
362362
case ARDUINO_EVENT_ETH_GOT_IP:
363363
if (settings.enablePrintEthernetDiag && (!inMainMenu))
364364
{
365-
systemPrintf("ETH Got IP: '%s'\n", esp_netif_get_desc(info.got_ip.esp_netif));
365+
systemPrintf("ETH Got IP: '%s'\r\n", esp_netif_get_desc(info.got_ip.esp_netif));
366366
//systemPrintln(ETH);
367367
}
368368
eth_connected = true;

0 commit comments

Comments
 (0)